#44B6EA

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

Shades of Summer Sky #44B6EA

Tints of Summer Sky #44B6EA

Color information

#44B6EA (or 0x44B6EA) is unknown color: approx Summer Sky. HEX triplet: 44, B6 and EA. RGB value is (68,182,234). Sum of RGB (Red+Green+Blue) = 68+182+234=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #44B6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44B6EA is #BB4915. Grayscale: #999999. Windows color (decimal): -12273942 or 15382084. OLE color: 15382084.

HSL color Cylindrical-coordinate representation of color #44B6EA: hue angle of 198.8º 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 #44B6EA is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68182234-
CMYK0.710.2200.08
HSL198.8º79.81%59.22%-
HSV(B)198.8º70.94%91.76%-
XYZ33.9640.6383.89-
YUV153.84173.2366.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.05%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 234 (91.80% from 255) = 48.35%
R=14.05%
G=37.60%
B=48.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681822340.710.2200.08198.879.8159.22
Hex44B6EA471608c7503b
Octal1042663521072601030712073
Binary1000100101101101110101010001111011001000110001111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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