#44A0D8

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

Shades of Summer Sky #44A0D8

Tints of Summer Sky #44A0D8

Color information

#44A0D8 (or 0x44A0D8) is unknown color: approx Summer Sky. HEX triplet: 44, A0 and D8. RGB value is (68,160,216). Sum of RGB (Red+Green+Blue) = 68+160+216=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #44A0D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A0D8 is #BB5F27. Grayscale: #8A8A8A. Windows color (decimal): -12279592 or 14196804. OLE color: 14196804.

HSL color Cylindrical-coordinate representation of color #44A0D8: hue angle of 202.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44A0D8 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB68160216-
CMYK0.690.2600.15
HSL202.7º65.49%55.69%-
HSV(B)202.7º68.52%84.71%-
XYZ27.3531.3369.57-
YUV138.88171.5277.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.32%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 216 (84.77% from 255) = 48.65%
R=15.32%
G=36.04%
B=48.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal681602160.690.2600.15202.765.4955.69
Hex44A0D8451A0Fcb4138
Octal1042403301053201731310170
Binary1000100101000001101100010001011101001111110010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,216); }

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

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

 a { background-color: rgb(68,160,216); }

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

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

 span { border-color: rgb(68,160,216); }

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