#96EFE7

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

Shades of Blizzard Blue #96EFE7

Tints of Blizzard Blue #96EFE7

Color information

#96EFE7 (or 0x96EFE7) is unknown color: approx Blizzard Blue. HEX triplet: 96, EF and E7. RGB value is (150,239,231). Sum of RGB (Red+Green+Blue) = 150+239+231=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFE7 is #691018. Grayscale: #D3D3D3. Windows color (decimal): -6885401 or 15200150. OLE color: 15200150.

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

Color convert

RGB150239231-
CMYK0.3700.030.06
HSL174.61º73.55%76.27%-
HSV(B)174.61º37.24%93.73%-
XYZ57.8773.9986.83-
YUV211.48139.0184.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.19%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=24.19%
G=38.55%
B=37.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502392310.3700.030.06174.6173.5576.27
Hex96EFE725036af4a4c
Octal22635734745036257112114
Binary1001011011101111111001111001010111101010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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