#96F3FC

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

Shades of Blizzard Blue #96F3FC

Tints of Blizzard Blue #96F3FC

Color information

#96F3FC (or 0x96F3FC) is unknown color: approx Blizzard Blue. HEX triplet: 96, F3 and FC. RGB value is (150,243,252). Sum of RGB (Red+Green+Blue) = 150+243+252=645 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.26% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #96F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F3FC is #690C03. Grayscale: #D8D8D8. Windows color (decimal): -6884356 or 16577430. OLE color: 16577430.

HSL color Cylindrical-coordinate representation of color #96F3FC: hue angle of 185.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F3FC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150243252-
CMYK0.400.0400.01
HSL185.29º94.44%78.82%-
HSV(B)185.29º40.48%98.82%-
XYZ62.277.61103.8-
YUV216.22148.1980.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.26%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=23.26%
G=37.67%
B=39.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502432520.400.0400.01185.2994.4478.82
Hex96F3FC28401b95e4f
Octal22636337450401271136117
Binary100101101111001111111100101000100011011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,252); }

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

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

 a { background-color: rgb(150,243,252); }

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

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

 span { border-color: rgb(150,243,252); }

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