#96E7EC

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

Shades of Blizzard Blue #96E7EC

Tints of Blizzard Blue #96E7EC

Color information

#96E7EC (or 0x96E7EC) is unknown color: approx Blizzard Blue. HEX triplet: 96, E7 and EC. RGB value is (150,231,236). Sum of RGB (Red+Green+Blue) = 150+231+236=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #96E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E7EC is #691813. Grayscale: #CFCFCF. Windows color (decimal): -6887444 or 15525782. OLE color: 15525782.

HSL color Cylindrical-coordinate representation of color #96E7EC: hue angle of 183.49º 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 #96E7EC is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150231236-
CMYK0.360.0200.07
HSL183.49º69.35%75.69%-
HSV(B)183.49º36.44%92.55%-
XYZ56.2969.6989.84-
YUV207.35144.1687.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=24.31%
G=37.44%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502312360.360.0200.07183.4969.3575.69
Hex96E7EC24207b7454c
Octal22634735444207267105114
Binary1001011011100111111011001001001001111011011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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