#2DB2DC

Color #2DB2DC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2DB2DC

Tints of Summer Sky #2DB2DC

Color information

#2DB2DC (or 0x2DB2DC) is unknown color: approx Summer Sky. HEX triplet: 2D, B2 and DC. RGB value is (45,178,220). Sum of RGB (Red+Green+Blue) = 45+178+220=443 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.16% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB2DC is #D24D23. Grayscale: #8E8E8E. Windows color (decimal): -13782308 or 14463533. OLE color: 14463533.

HSL color Cylindrical-coordinate representation of color #2DB2DC: hue angle of 194.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DB2DC is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB45178220-
CMYK0.800.1900.14
HSL194.4º71.43%51.96%-
HSV(B)194.4º79.55%86.27%-
XYZ29.9237.5773.38-
YUV143.02171.4458.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 10.16%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=10.16%
G=40.18%
B=49.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal451782200.800.1900.14194.471.4351.96
Hex2DB2DC50130Ec24734
Octal552623341202301630210764
Binary101101101100101101110010100001001101110110000101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DB2DC; }

 p { color: rgb(45,178,220); }

 H1.HeaderClassName
 {
   color: #2DB2DC;
 }
 .AnyTagClassName
 {
   color: #2DB2DC;
 }
</style>
background-color css

<style>
 a { background-color: #2DB2DC; }

 a { background-color: rgb(45,178,220); }

 div.DivClassName
 {
   background-color: #2DB2DC;
 }
 .BgClassName
 {
   background-color: #2DB2DC;
 }
</style>
border-color css

<style>
 span { border-color: #2DB2DC; }

 span { border-color: rgb(45,178,220); }

 td.TdClassName
 {
   border-color: #2DB2DC;
 }
 .TagClassName
 {
   border-color: #2DB2DC;
 }
</style>