#96F1EE

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

Shades of Blizzard Blue #96F1EE

Tints of Blizzard Blue #96F1EE

Color information

#96F1EE (or 0x96F1EE) is unknown color: approx Blizzard Blue. HEX triplet: 96, F1 and EE. RGB value is (150,241,238). Sum of RGB (Red+Green+Blue) = 150+241+238=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F1EE is #690E11. Grayscale: #D5D5D5. Windows color (decimal): -6884882 or 15659414. OLE color: 15659414.

HSL color Cylindrical-coordinate representation of color #96F1EE: hue angle of 178.02º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1EE is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB150241238-
CMYK0.3800.010.05
HSL178.02º76.47%76.67%-
HSV(B)178.02º37.76%94.51%-
XYZ59.4775.5792.34-
YUV213.45141.8582.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.85%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=23.85%
G=38.31%
B=37.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502412380.3800.010.05178.0276.4776.67
Hex96F1EE26015b24c4d
Octal22636135646015262114115
Binary100101101111000111101110100110011011011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,241,238); }

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

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

 a { background-color: rgb(150,241,238); }

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

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

 span { border-color: rgb(150,241,238); }

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