#44B2EF

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

Shades of Summer Sky #44B2EF

Tints of Summer Sky #44B2EF

Color information

#44B2EF (or 0x44B2EF) is unknown color: approx Summer Sky. HEX triplet: 44, B2 and EF. RGB value is (68,178,239). Sum of RGB (Red+Green+Blue) = 68+178+239=485 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.02% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #44B2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44B2EF is #BB4D10. Grayscale: #979797. Windows color (decimal): -12274961 or 15708740. OLE color: 15708740.

HSL color Cylindrical-coordinate representation of color #44B2EF: hue angle of 201.4º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44B2EF is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB68178239-
CMYK0.720.2600.06
HSL201.4º84.24%60.2%-
HSV(B)201.4º71.55%93.73%-
XYZ33.8839.387.46-
YUV152.06177.0668.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.02%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=14.02%
G=36.70%
B=49.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal681782390.720.2600.06201.484.2460.2
Hex44B2EF481A06c9543c
Octal104262357110320631112474
Binary100010010110010111011111001000110100110110010011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,178,239); }

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

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

 a { background-color: rgb(68,178,239); }

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

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

 span { border-color: rgb(68,178,239); }

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