#99F1FF

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

Shades of Blizzard Blue #99F1FF

Tints of Blizzard Blue #99F1FF

Color information

#99F1FF (or 0x99F1FF) is unknown color: approx Blizzard Blue. HEX triplet: 99, F1 and FF. RGB value is (153,241,255). Sum of RGB (Red+Green+Blue) = 153+241+255=649 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.57% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #99F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F1FF is #660E00. Grayscale: #D8D8D8. Windows color (decimal): -6688257 or 16773529. OLE color: 16773529.

HSL color Cylindrical-coordinate representation of color #99F1FF: hue angle of 188.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99F1FF is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153241255-
CMYK0.40.0500
HSL188.24º100%80%-
HSV(B)188.24º40%100%-
XYZ62.6476.9106.15-
YUV216.28149.8582.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.57%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 255 (100% from 255) = 39.29%
R=23.57%
G=37.13%
B=39.29%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532412550.40.0500188.2410080
Hex99F1FF28500bc6450
Octal23136137750500274144120
Binary100110011111000111111111101000101001011110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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