#96EAED

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

Shades of Blizzard Blue #96EAED

Tints of Blizzard Blue #96EAED

Color information

#96EAED (or 0x96EAED) is unknown color: approx Blizzard Blue. HEX triplet: 96, EA and ED. RGB value is (150,234,237). Sum of RGB (Red+Green+Blue) = 150+234+237=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #96EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAED is #691512. Grayscale: #D1D1D1. Windows color (decimal): -6886675 or 15592086. OLE color: 15592086.

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

Color convert

RGB150234237-
CMYK0.370.0100.07
HSL182.07º70.73%75.88%-
HSV(B)182.07º36.71%92.94%-
XYZ57.2971.4490.89-
YUV209.23143.6785.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.15%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=24.15%
G=37.68%
B=38.16%

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
Decimal1502342370.370.0100.07182.0770.7375.88
Hex96EAED25107b6474c
Octal22635235545107266107114
Binary100101101110101011101101100101101111011011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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