#96EDEA

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

Shades of Blizzard Blue #96EDEA

Tints of Blizzard Blue #96EDEA

Color information

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

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

Color convert

RGB150237234-
CMYK0.3700.010.07
HSL177.93º70.73%75.88%-
HSV(B)177.93º36.71%92.94%-
XYZ57.7172.9988.89-
YUV210.64141.1884.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502372340.3700.010.07177.9370.7375.88
Hex96EDEA25017b2474c
Octal22635535245017262107114
Binary100101101110110111101010100101011111011001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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