#99F4F6

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

Shades of Blizzard Blue #99F4F6

Tints of Blizzard Blue #99F4F6

Color information

#99F4F6 (or 0x99F4F6) is unknown color: approx Blizzard Blue. HEX triplet: 99, F4 and F6. RGB value is (153,244,246). Sum of RGB (Red+Green+Blue) = 153+244+246=643 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.79% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #99F4F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F4F6 is #660B09. Grayscale: #D8D8D8. Windows color (decimal): -6687498 or 16184473. OLE color: 16184473.

HSL color Cylindrical-coordinate representation of color #99F4F6: hue angle of 181.29º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F4F6 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153244246-
CMYK0.380.0100.04
HSL181.29º83.78%78.24%-
HSV(B)181.29º37.8%96.47%-
XYZ62.1278.1398.99-
YUV217.02144.3582.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.79%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=23.79%
G=37.95%
B=38.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532442460.380.0100.04181.2983.7878.24
Hex99F4F626104b5544e
Octal23136436646104265124116
Binary100110011111010011110110100110101001011010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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