#99F1FA

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

Shades of Blizzard Blue #99F1FA

Tints of Blizzard Blue #99F1FA

Color information

#99F1FA (or 0x99F1FA) is unknown color: approx Blizzard Blue. HEX triplet: 99, F1 and FA. RGB value is (153,241,250). Sum of RGB (Red+Green+Blue) = 153+241+250=644 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.76% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #99F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F1FA is #660E05. Grayscale: #D7D7D7. Windows color (decimal): -6688262 or 16445849. OLE color: 16445849.

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

Color convert

RGB153241250-
CMYK0.390.0400.02
HSL185.57º90.65%79.02%-
HSV(B)185.57º38.8%98.04%-
XYZ61.8576.59101.97-
YUV215.71147.3583.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.76%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=23.76%
G=37.42%
B=38.82%

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
Decimal1532412500.390.0400.02185.5790.6579.02
Hex99F1FA27402ba5b4f
Octal23136137247402272133117
Binary1001100111110001111110101001111000101011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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