#96ECE7

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

Shades of Blizzard Blue #96ECE7

Tints of Blizzard Blue #96ECE7

Color information

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

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

Color convert

RGB150236231-
CMYK0.3600.020.07
HSL176.51º69.35%75.69%-
HSV(B)176.51º36.44%92.55%-
XYZ5772.2486.54-
YUV209.72140.0185.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502362310.3600.020.07176.5169.3575.69
Hex96ECE724027b1454c
Octal22635434744027261105114
Binary1001011011101100111001111001000101111011000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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