#44ACD4

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

Shades of Summer Sky #44ACD4

Tints of Summer Sky #44ACD4

Color information

#44ACD4 (or 0x44ACD4) is unknown color: approx Summer Sky. HEX triplet: 44, AC and D4. RGB value is (68,172,212). Sum of RGB (Red+Green+Blue) = 68+172+212=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #44ACD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ACD4 is #BB532B. Grayscale: #919191. Windows color (decimal): -12276524 or 13937732. OLE color: 13937732.

HSL color Cylindrical-coordinate representation of color #44ACD4: hue angle of 196.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44ACD4 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB68172212-
CMYK0.680.1900.17
HSL196.67º62.61%54.9%-
HSV(B)196.67º67.92%83.14%-
XYZ29.0235.4967.61-
YUV145.46165.5472.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.04%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 212 (83.20% from 255) = 46.90%
R=15.04%
G=38.05%
B=46.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal681722120.680.1900.17196.6762.6154.9
Hex44ACD44413011c53f37
Octal104254324104230213057767
Binary1000100101011001101010010001001001101000111000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,172,212); }

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

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

 a { background-color: rgb(68,172,212); }

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

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

 span { border-color: rgb(68,172,212); }

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