Shades of Blizzard Blue #99EDF3
Tints of Blizzard Blue #99EDF3
RGB
CMYK
RGB Variations
Color information
#99EDF3 (or 0x99EDF3) is known color: Blizzard Blue. HEX triplet: 99, ED and F3. RGB value is (153,237,243). Sum of RGB (Red+Green+Blue) = 153+237+243=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #99EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDF3 is #66120C. Grayscale: #D4D4D4. Windows color (decimal): -6689293 or 15986073. OLE color: 15986073.
HSL color Cylindrical-coordinate representation of color #99EDF3: hue angle of 184º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99EDF3 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 237 | 243 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.05 |
| HSL | 184º | 0.79% | 0.78% | - |
| HSV(B) | 184º | 0.37% | 0.95% | - |
| XYZ | 59.6 | 73.81 | 95.9 | - |
| YUV | 212.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 243 | 0.37 | 0.02 | 0 | 0.05 | 184 | 0.79 | 0.78 |
| Hex | 99 | ED | F3 | 25 | 2 | 0 | 5 | B8 | 4F | 4E |
| Octal | 231 | 355 | 363 | 45 | 2 | 0 | 5 | 270 | 117 | 116 |
| Binary | 10011001 | 11101101 | 11110011 | 100101 | 10 | 0 | 101 | 10111000 | 1001111 | 1001110 |
Color Harmonies of #99EDF3
Complementary color
Monochromatic Colors of #99EDF3
Black with #99EDF3
Text Example
Text Example
White with #99EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDF3; }
p { color: rgb(153,237,243); }
H1.HeaderClassName
{
color: #99EDF3;
}
.AnyTagClassName
{
color: #99EDF3;
}
</style>
background-color css
<style>
a { background-color: #99EDF3; }
a { background-color: rgb(153,237,243); }
div.DivClassName
{
background-color: #99EDF3;
}
.BgClassName
{
background-color: #99EDF3;
}
</style>
border-color css
<style>
span { border-color: #99EDF3; }
span { border-color: rgb(153,237,243); }
td.TdClassName
{
border-color: #99EDF3;
}
.TagClassName
{
border-color: #99EDF3;
}
</style>