Shades of Blizzard Blue #99EDFC
Tints of Blizzard Blue #99EDFC
RGB
CMYK
RGB Variations
Color information
#99EDFC (or 0x99EDFC) is known color: Blizzard Blue. HEX triplet: 99, ED and FC. RGB value is (153,237,252). Sum of RGB (Red+Green+Blue) = 153+237+252=642 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.83% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #99EDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDFC is #661203. Grayscale: #D5D5D5. Windows color (decimal): -6689284 or 16575897. OLE color: 16575897.
HSL color Cylindrical-coordinate representation of color #99EDFC: hue angle of 189.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99EDFC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 237 | 252 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.01 |
| HSL | 189.09º | 0.94% | 0.79% | - |
| HSV(B) | 189.09º | 0.39% | 0.99% | - |
| XYZ | 60.99 | 74.37 | 103.24 | - |
| YUV | 213.59 | 149.67 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 252 | 0.39 | 0.06 | 0 | 0.01 | 189.09 | 0.94 | 0.79 |
| Hex | 99 | ED | FC | 27 | 6 | 0 | 1 | BD | 5E | 4F |
| Octal | 231 | 355 | 374 | 47 | 6 | 0 | 1 | 275 | 136 | 117 |
| Binary | 10011001 | 11101101 | 11111100 | 100111 | 110 | 0 | 1 | 10111101 | 1011110 | 1001111 |
Color Harmonies of #99EDFC
Complementary color
Monochromatic Colors of #99EDFC
Black with #99EDFC
Text Example
Text Example
White with #99EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDFC; }
p { color: rgb(153,237,252); }
H1.HeaderClassName
{
color: #99EDFC;
}
.AnyTagClassName
{
color: #99EDFC;
}
</style>
background-color css
<style>
a { background-color: #99EDFC; }
a { background-color: rgb(153,237,252); }
div.DivClassName
{
background-color: #99EDFC;
}
.BgClassName
{
background-color: #99EDFC;
}
</style>
border-color css
<style>
span { border-color: #99EDFC; }
span { border-color: rgb(153,237,252); }
td.TdClassName
{
border-color: #99EDFC;
}
.TagClassName
{
border-color: #99EDFC;
}
</style>