#96E2EB

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

Shades of Blizzard Blue #96E2EB

Tints of Blizzard Blue #96E2EB

Color information

#96E2EB (or 0x96E2EB) is unknown color: approx Blizzard Blue. HEX triplet: 96, E2 and EB. RGB value is (150,226,235). Sum of RGB (Red+Green+Blue) = 150+226+235=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #96E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E2EB is #691D14. Grayscale: #CCCCCC. Windows color (decimal): -6888725 or 15458966. OLE color: 15458966.

HSL color Cylindrical-coordinate representation of color #96E2EB: hue angle of 186.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E2EB is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150226235-
CMYK0.360.0400.08
HSL186.35º68%75.49%-
HSV(B)186.35º36.17%92.16%-
XYZ54.7766.8788.62-
YUV204.3145.3289.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.55%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=24.55%
G=36.99%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502262350.360.0400.08186.356875.49
Hex96E2EB24408ba444b
Octal226342353444010272104113
Binary100101101110001011101011100100100010001011101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,235); }

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

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

 a { background-color: rgb(150,226,235); }

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

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

 span { border-color: rgb(150,226,235); }

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