#44B2DC

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

Shades of Summer Sky #44B2DC

Tints of Summer Sky #44B2DC

Color information

#44B2DC (or 0x44B2DC) is unknown color: approx Summer Sky. HEX triplet: 44, B2 and DC. RGB value is (68,178,220). Sum of RGB (Red+Green+Blue) = 68+178+220=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #44B2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B2DC is #BB4D23. Grayscale: #959595. Windows color (decimal): -12274980 or 14463556. OLE color: 14463556.

HSL color Cylindrical-coordinate representation of color #44B2DC: hue angle of 196.58º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44B2DC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB68178220-
CMYK0.690.1900.14
HSL196.58º68.47%56.47%-
HSV(B)196.58º69.09%86.27%-
XYZ31.2238.2473.45-
YUV149.9167.5669.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.59%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=14.59%
G=38.20%
B=47.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681782200.690.1900.14196.5868.4756.47
Hex44B2DC45130Ec54438
Octal1042623341052301630510470
Binary1000100101100101101110010001011001101110110001011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B2DC; }

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

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

<style>
 a { background-color: #44B2DC; }

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

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

<style>
 span { border-color: #44B2DC; }

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

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