#99F0FA

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

Shades of Blizzard Blue #99F0FA

Tints of Blizzard Blue #99F0FA

Color information

#99F0FA (or 0x99F0FA) is unknown color: approx Blizzard Blue. HEX triplet: 99, F0 and FA. RGB value is (153,240,250). Sum of RGB (Red+Green+Blue) = 153+240+250=643 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.79% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #99F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F0FA is #660F05. Grayscale: #D7D7D7. Windows color (decimal): -6688518 or 16445593. OLE color: 16445593.

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

Color convert

RGB153240250-
CMYK0.390.0400.02
HSL186.19º90.65%79.02%-
HSV(B)186.19º38.8%98.04%-
XYZ61.5575.99101.87-
YUV215.13147.6883.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.79%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=23.79%
G=37.33%
B=38.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532402500.390.0400.02186.1990.6579.02
Hex99F0FA27402ba5b4f
Octal23136037247402272133117
Binary1001100111110000111110101001111000101011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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