#99F1FE

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

Shades of Blizzard Blue #99F1FE

Tints of Blizzard Blue #99F1FE

Color information

#99F1FE (or 0x99F1FE) is unknown color: approx Blizzard Blue. HEX triplet: 99, F1 and FE. RGB value is (153,241,254). Sum of RGB (Red+Green+Blue) = 153+241+254=648 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.61% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F1FE is #660E01. Grayscale: #D8D8D8. Windows color (decimal): -6688258 or 16707993. OLE color: 16707993.

HSL color Cylindrical-coordinate representation of color #99F1FE: hue angle of 187.72º 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 #99F1FE is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153241254-
CMYK0.400.0500.00
HSL187.72º98.06%79.8%-
HSV(B)187.72º39.76%99.61%-
XYZ62.4876.84105.3-
YUV216.17149.3582.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.61%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=23.61%
G=37.19%
B=39.20%

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
Decimal1532412540.400.0500.00187.7298.0679.8
Hex99F1FE28500bc6250
Octal23136137650500274142120
Binary100110011111000111111110101000101001011110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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