#44AEDC

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

Shades of Summer Sky #44AEDC

Tints of Summer Sky #44AEDC

Color information

#44AEDC (or 0x44AEDC) is unknown color: approx Summer Sky. HEX triplet: 44, AE and DC. RGB value is (68,174,220). Sum of RGB (Red+Green+Blue) = 68+174+220=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #44AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AEDC is #BB5123. Grayscale: #939393. Windows color (decimal): -12276004 or 14462532. OLE color: 14462532.

HSL color Cylindrical-coordinate representation of color #44AEDC: hue angle of 198.16º 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 #44AEDC is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB68174220-
CMYK0.690.2100.14
HSL198.16º68.47%56.47%-
HSV(B)198.16º69.09%86.27%-
XYZ30.4436.6773.18-
YUV147.55168.8871.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.72%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=14.72%
G=37.66%
B=47.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681742200.690.2100.14198.1668.4756.47
Hex44AEDC45150Ec64438
Octal1042563341052501630610470
Binary1000100101011101101110010001011010101110110001101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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