#99F4FA

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

Shades of Blizzard Blue #99F4FA

Tints of Blizzard Blue #99F4FA

Color information

#99F4FA (or 0x99F4FA) is unknown color: approx Blizzard Blue. HEX triplet: 99, F4 and FA. RGB value is (153,244,250). Sum of RGB (Red+Green+Blue) = 153+244+250=647 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.65% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #99F4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F4FA is #660B05. Grayscale: #D9D9D9. Windows color (decimal): -6687494 or 16446617. OLE color: 16446617.

HSL color Cylindrical-coordinate representation of color #99F4FA: hue angle of 183.71º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99F4FA is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153244250-
CMYK0.390.0200.02
HSL183.71º90.65%79.02%-
HSV(B)183.71º38.8%98.04%-
XYZ62.7478.38102.26-
YUV217.47146.3582.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.65%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=23.65%
G=37.71%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532442500.390.0200.02183.7190.6579.02
Hex99F4FA27202b85b4f
Octal23136437247202270133117
Binary100110011111010011111010100111100101011100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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