Shades of Blizzard Blue #99EFF1
Tints of Blizzard Blue #99EFF1
RGB
CMYK
RGB Variations
Color information
#99EFF1 (or 0x99EFF1) is known color: Blizzard Blue. HEX triplet: 99, EF and F1. RGB value is (153,239,241). Sum of RGB (Red+Green+Blue) = 153+239+241=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #99EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EFF1 is #66100E. Grayscale: #D5D5D5. Windows color (decimal): -6688783 or 15855513. OLE color: 15855513.
HSL color Cylindrical-coordinate representation of color #99EFF1: hue angle of 181.36º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99EFF1 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 239 | 241 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.05 |
| HSL | 181.36º | 0.76% | 0.77% | - |
| HSV(B) | 181.36º | 0.37% | 0.95% | - |
| XYZ | 59.88 | 74.86 | 94.51 | - |
| YUV | 213.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 241 | 0.37 | 0.01 | 0 | 0.05 | 181.36 | 0.76 | 0.77 |
| Hex | 99 | EF | F1 | 25 | 1 | 0 | 5 | B5 | 4C | 4D |
| Octal | 231 | 357 | 361 | 45 | 1 | 0 | 5 | 265 | 114 | 115 |
| Binary | 10011001 | 11101111 | 11110001 | 100101 | 1 | 0 | 101 | 10110101 | 1001100 | 1001101 |
Color Harmonies of #99EFF1
Complementary color
Monochromatic Colors of #99EFF1
Black with #99EFF1
Text Example
Text Example
White with #99EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFF1; }
p { color: rgb(153,239,241); }
H1.HeaderClassName
{
color: #99EFF1;
}
.AnyTagClassName
{
color: #99EFF1;
}
</style>
background-color css
<style>
a { background-color: #99EFF1; }
a { background-color: rgb(153,239,241); }
div.DivClassName
{
background-color: #99EFF1;
}
.BgClassName
{
background-color: #99EFF1;
}
</style>
border-color css
<style>
span { border-color: #99EFF1; }
span { border-color: rgb(153,239,241); }
td.TdClassName
{
border-color: #99EFF1;
}
.TagClassName
{
border-color: #99EFF1;
}
</style>