#99F3FC

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

Shades of Blizzard Blue #99F3FC

Tints of Blizzard Blue #99F3FC

Color information

#99F3FC (or 0x99F3FC) is unknown color: approx Blizzard Blue. HEX triplet: 99, F3 and FC. RGB value is (153,243,252). Sum of RGB (Red+Green+Blue) = 153+243+252=648 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.61% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #99F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F3FC is #660C03. Grayscale: #D8D8D8. Windows color (decimal): -6687748 or 16577433. OLE color: 16577433.

HSL color Cylindrical-coordinate representation of color #99F3FC: hue angle of 185.45º 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 #99F3FC is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153243252-
CMYK0.390.0400.01
HSL185.45º94.29%79.41%-
HSV(B)185.45º39.29%98.82%-
XYZ62.7677.9103.82-
YUV217.12147.6882.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.61%
GREEN value IS 243 (95.31% from 255) = 37.5%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=23.61%
G=37.5%
B=38.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532432520.390.0400.01185.4594.2979.41
Hex99F3FC27401b95e4f
Octal23136337447401271136117
Binary100110011111001111111100100111100011011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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