#99F4FC

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

Shades of Blizzard Blue #99F4FC

Tints of Blizzard Blue #99F4FC

Color information

#99F4FC (or 0x99F4FC) is unknown color: approx Blizzard Blue. HEX triplet: 99, F4 and FC. RGB value is (153,244,252). Sum of RGB (Red+Green+Blue) = 153+244+252=649 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.57% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #99F4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F4FC is #660B03. Grayscale: #D9D9D9. Windows color (decimal): -6687492 or 16577689. OLE color: 16577689.

HSL color Cylindrical-coordinate representation of color #99F4FC: hue angle of 184.85º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99F4FC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153244252-
CMYK0.390.0300.01
HSL184.85º94.29%79.41%-
HSV(B)184.85º39.29%98.82%-
XYZ63.0678.5103.92-
YUV217.7147.3581.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.57%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=23.57%
G=37.60%
B=38.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532442520.390.0300.01184.8594.2979.41
Hex99F4FC27301b95e4f
Octal23136437447301271136117
Binary10011001111101001111110010011111011011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,244,252); }

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

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

 a { background-color: rgb(153,244,252); }

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

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

 span { border-color: rgb(153,244,252); }

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