#96EDFA

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

Shades of Blizzard Blue #96EDFA

Tints of Blizzard Blue #96EDFA

Color information

#96EDFA (or 0x96EDFA) is unknown color: approx Blizzard Blue. HEX triplet: 96, ED and FA. RGB value is (150,237,250). Sum of RGB (Red+Green+Blue) = 150+237+250=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #96EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDFA is #691205. Grayscale: #D4D4D4. Windows color (decimal): -6885894 or 16444822. OLE color: 16444822.

HSL color Cylindrical-coordinate representation of color #96EDFA: hue angle of 187.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96EDFA is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150237250-
CMYK0.40.0500.02
HSL187.8º90.91%78.43%-
HSV(B)187.8º40%98.04%-
XYZ60.1273.95101.55-
YUV212.47149.1883.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.55%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=23.55%
G=37.21%
B=39.25%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502372500.40.0500.02187.890.9178.43
Hex96EDFA28502bc5b4e
Octal22635537250502274133116
Binary1001011011101101111110101010001010101011110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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