#96F2FE

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

Shades of Blizzard Blue #96F2FE

Tints of Blizzard Blue #96F2FE

Color information

#96F2FE (or 0x96F2FE) is unknown color: approx Blizzard Blue. HEX triplet: 96, F2 and FE. RGB value is (150,242,254). Sum of RGB (Red+Green+Blue) = 150+242+254=646 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.22% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #96F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2FE is #690D01. Grayscale: #D7D7D7. Windows color (decimal): -6884610 or 16708246. OLE color: 16708246.

HSL color Cylindrical-coordinate representation of color #96F2FE: hue angle of 186.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96F2FE is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150242254-
CMYK0.410.0500.00
HSL186.92º98.11%79.22%-
HSV(B)186.92º40.94%99.61%-
XYZ62.2277.14105.38-
YUV215.86149.5281.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.22%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=23.22%
G=37.46%
B=39.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502422540.410.0500.00186.9298.1179.22
Hex96F2FE29500bb624f
Octal22636237651500273142117
Binary100101101111001011111110101001101001011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,242,254); }

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

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

 a { background-color: rgb(150,242,254); }

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

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

 span { border-color: rgb(150,242,254); }

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