Shades of Blizzard Blue #99EBF1
Tints of Blizzard Blue #99EBF1
RGB
CMYK
RGB Variations
Color information
#99EBF1 (or 0x99EBF1) is known color: Blizzard Blue. HEX triplet: 99, EB and F1. RGB value is (153,235,241). Sum of RGB (Red+Green+Blue) = 153+235+241=629 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.32% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #99EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBF1 is #66140E. Grayscale: #D3D3D3. Windows color (decimal): -6689807 or 15854489. OLE color: 15854489.
HSL color Cylindrical-coordinate representation of color #99EBF1: hue angle of 184.09º 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 #99EBF1 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 235 | 241 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.05 |
| HSL | 184.09º | 0.76% | 0.77% | - |
| HSV(B) | 184.09º | 0.37% | 0.95% | - |
| XYZ | 58.72 | 72.54 | 94.13 | - |
| YUV | 211.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 241 | 0.37 | 0.02 | 0 | 0.05 | 184.09 | 0.76 | 0.77 |
| Hex | 99 | EB | F1 | 25 | 2 | 0 | 5 | B8 | 4C | 4D |
| Octal | 231 | 353 | 361 | 45 | 2 | 0 | 5 | 270 | 114 | 115 |
| Binary | 10011001 | 11101011 | 11110001 | 100101 | 10 | 0 | 101 | 10111000 | 1001100 | 1001101 |
Color Harmonies of #99EBF1
Complementary color
Monochromatic Colors of #99EBF1
Black with #99EBF1
Text Example
Text Example
White with #99EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBF1; }
p { color: rgb(153,235,241); }
H1.HeaderClassName
{
color: #99EBF1;
}
.AnyTagClassName
{
color: #99EBF1;
}
</style>
background-color css
<style>
a { background-color: #99EBF1; }
a { background-color: rgb(153,235,241); }
div.DivClassName
{
background-color: #99EBF1;
}
.BgClassName
{
background-color: #99EBF1;
}
</style>
border-color css
<style>
span { border-color: #99EBF1; }
span { border-color: rgb(153,235,241); }
td.TdClassName
{
border-color: #99EBF1;
}
.TagClassName
{
border-color: #99EBF1;
}
</style>