#96EAEF

Color #96EAEF Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #96EAEF

Tints of Blizzard Blue #96EAEF

Color information

#96EAEF (or 0x96EAEF) is unknown color: approx Blizzard Blue. HEX triplet: 96, EA and EF. RGB value is (150,234,239). Sum of RGB (Red+Green+Blue) = 150+234+239=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #96EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAEF is #691510. Grayscale: #D1D1D1. Windows color (decimal): -6886673 or 15723158. OLE color: 15723158.

HSL color Cylindrical-coordinate representation of color #96EAEF: hue angle of 183.37º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EAEF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150234239-
CMYK0.370.0200.06
HSL183.37º73.55%76.27%-
HSV(B)183.37º37.24%93.73%-
XYZ57.5871.5692.44-
YUV209.45144.6785.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.08%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=24.08%
G=37.56%
B=38.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502342390.370.0200.06183.3773.5576.27
Hex96EAEF25206b74a4c
Octal22635235745206267112114
Binary1001011011101010111011111001011001101011011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EAEF; }

 p { color: rgb(150,234,239); }

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

<style>
 a { background-color: #96EAEF; }

 a { background-color: rgb(150,234,239); }

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

<style>
 span { border-color: #96EAEF; }

 span { border-color: rgb(150,234,239); }

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