#96E2EC

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

Shades of Blizzard Blue #96E2EC

Tints of Blizzard Blue #96E2EC

Color information

#96E2EC (or 0x96E2EC) is unknown color: approx Blizzard Blue. HEX triplet: 96, E2 and EC. RGB value is (150,226,236). Sum of RGB (Red+Green+Blue) = 150+226+236=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #96E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E2EC is #691D13. Grayscale: #CCCCCC. Windows color (decimal): -6888724 or 15524502. OLE color: 15524502.

HSL color Cylindrical-coordinate representation of color #96E2EC: hue angle of 186.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E2EC is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150226236-
CMYK0.360.0400.07
HSL186.98º69.35%75.69%-
HSV(B)186.98º36.44%92.55%-
XYZ54.9166.9389.38-
YUV204.42145.8289.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.51%
GREEN value IS 226 (88.67% from 255) = 36.93%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=24.51%
G=36.93%
B=38.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502262360.360.0400.07186.9869.3575.69
Hex96E2EC24407bb454c
Octal22634235444407273105114
Binary10010110111000101110110010010010001111011101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,236); }

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

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

 a { background-color: rgb(150,226,236); }

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

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

 span { border-color: rgb(150,226,236); }

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