#96F0FE

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

Shades of Blizzard Blue #96F0FE

Tints of Blizzard Blue #96F0FE

Color information

#96F0FE (or 0x96F0FE) is unknown color: approx Blizzard Blue. HEX triplet: 96, F0 and FE. RGB value is (150,240,254). Sum of RGB (Red+Green+Blue) = 150+240+254=644 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.29% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #96F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F0FE is #690F01. Grayscale: #D6D6D6. Windows color (decimal): -6885122 or 16707734. OLE color: 16707734.

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

Color convert

RGB150240254-
CMYK0.410.0600.00
HSL188.08º98.11%79.22%-
HSV(B)188.08º40.94%99.61%-
XYZ61.6375.96105.18-
YUV214.69150.1881.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.29%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=23.29%
G=37.27%
B=39.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502402540.410.0600.00188.0898.1179.22
Hex96F0FE29600bc624f
Octal22636037651600274142117
Binary100101101111000011111110101001110001011110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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