#99F2FE

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

Shades of Blizzard Blue #99F2FE

Tints of Blizzard Blue #99F2FE

Color information

#99F2FE (or 0x99F2FE) is unknown color: approx Blizzard Blue. HEX triplet: 99, F2 and FE. RGB value is (153,242,254). Sum of RGB (Red+Green+Blue) = 153+242+254=649 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.57% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F2FE is #660D01. Grayscale: #D8D8D8. Windows color (decimal): -6688002 or 16708249. OLE color: 16708249.

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

Color convert

RGB153242254-
CMYK0.400.0500.00
HSL187.13º98.06%79.8%-
HSV(B)187.13º39.76%99.61%-
XYZ62.7877.43105.4-
YUV216.76149.0182.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.57%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=23.57%
G=37.29%
B=39.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532422540.400.0500.00187.1398.0679.8
Hex99F2FE28500bb6250
Octal23136237650500273142120
Binary100110011111001011111110101000101001011101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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