#96EBED

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

Shades of Blizzard Blue #96EBED

Tints of Blizzard Blue #96EBED

Color information

#96EBED (or 0x96EBED) is unknown color: approx Blizzard Blue. HEX triplet: 96, EB and ED. RGB value is (150,235,237). Sum of RGB (Red+Green+Blue) = 150+235+237=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #96EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EBED is #691412. Grayscale: #D1D1D1. Windows color (decimal): -6886419 or 15592342. OLE color: 15592342.

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

Color convert

RGB150235237-
CMYK0.370.0100.07
HSL181.38º70.73%75.88%-
HSV(B)181.38º36.71%92.94%-
XYZ57.5772.0290.99-
YUV209.81143.3485.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.12%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=24.12%
G=37.78%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502352370.370.0100.07181.3870.7375.88
Hex96EBED25107b5474c
Octal22635335545107265107114
Binary100101101110101111101101100101101111011010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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