#96E7ED

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

Shades of Blizzard Blue #96E7ED

Tints of Blizzard Blue #96E7ED

Color information

#96E7ED (or 0x96E7ED) is unknown color: approx Blizzard Blue. HEX triplet: 96, E7 and ED. RGB value is (150,231,237). Sum of RGB (Red+Green+Blue) = 150+231+237=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #96E7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E7ED is #691812. Grayscale: #CFCFCF. Windows color (decimal): -6887443 or 15591318. OLE color: 15591318.

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

Color convert

RGB150231237-
CMYK0.370.0300.07
HSL184.14º70.73%75.88%-
HSV(B)184.14º36.71%92.94%-
XYZ56.4469.7590.61-
YUV207.46144.6687.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.27%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=24.27%
G=37.38%
B=38.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502312370.370.0300.07184.1470.7375.88
Hex96E7ED25307b8474c
Octal22634735545307270107114
Binary1001011011100111111011011001011101111011100010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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