#96EAFA

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

Shades of Blizzard Blue #96EAFA

Tints of Blizzard Blue #96EAFA

Color information

#96EAFA (or 0x96EAFA) is unknown color: approx Blizzard Blue. HEX triplet: 96, EA and FA. RGB value is (150,234,250). Sum of RGB (Red+Green+Blue) = 150+234+250=634 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.66% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #96EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAFA is #691505. Grayscale: #D2D2D2. Windows color (decimal): -6886662 or 16444054. OLE color: 16444054.

HSL color Cylindrical-coordinate representation of color #96EAFA: hue angle of 189.6º 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 #96EAFA is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150234250-
CMYK0.40.0600.02
HSL189.6º90.91%78.43%-
HSV(B)189.6º40%98.04%-
XYZ59.2672.23101.26-
YUV210.71150.1784.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.66%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=23.66%
G=36.91%
B=39.43%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502342500.40.0600.02189.690.9178.43
Hex96EAFA28602be5b4e
Octal22635237250602276133116
Binary1001011011101010111110101010001100101011111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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