#44A5EA

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

Shades of Summer Sky #44A5EA

Tints of Summer Sky #44A5EA

Color information

#44A5EA (or 0x44A5EA) is unknown color: approx Summer Sky. HEX triplet: 44, A5 and EA. RGB value is (68,165,234). Sum of RGB (Red+Green+Blue) = 68+165+234=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #44A5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A5EA is #BB5A15. Grayscale: #8F8F8F. Windows color (decimal): -12278294 or 15377732. OLE color: 15377732.

HSL color Cylindrical-coordinate representation of color #44A5EA: hue angle of 204.94º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44A5EA is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68165234-
CMYK0.710.2900.08
HSL204.94º79.81%59.22%-
HSV(B)204.94º70.94%91.76%-
XYZ30.6934.0882.8-
YUV143.86178.8673.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=14.56%
G=35.33%
B=50.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681652340.710.2900.08204.9479.8159.22
Hex44A5EA471D08cd503b
Octal1042453521073501031512073
Binary1000100101001011110101010001111110101000110011011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,165,234); }

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

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

 a { background-color: rgb(68,165,234); }

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

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

 span { border-color: rgb(68,165,234); }

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