Shades of Blizzard Blue #98EEF6
Tints of Blizzard Blue #98EEF6
RGB
CMYK
RGB Variations
Color information
#98EEF6 (or 0x98EEF6) is known color: Blizzard Blue. HEX triplet: 98, EE and F6. RGB value is (152,238,246). Sum of RGB (Red+Green+Blue) = 152+238+246=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #98EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEF6 is #671109. Grayscale: #D5D5D5. Windows color (decimal): -6754570 or 16182936. OLE color: 16182936.
HSL color Cylindrical-coordinate representation of color #98EEF6: hue angle of 185.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98EEF6 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 238 | 246 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.04 |
| HSL | 185.11º | 0.84% | 0.78% | - |
| HSV(B) | 185.11º | 0.38% | 0.96% | - |
| XYZ | 60.16 | 74.48 | 98.39 | - |
| YUV | 213.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 246 | 0.38 | 0.03 | 0 | 0.04 | 185.11 | 0.84 | 0.78 |
| Hex | 98 | EE | F6 | 26 | 3 | 0 | 4 | B9 | 54 | 4E |
| Octal | 230 | 356 | 366 | 46 | 3 | 0 | 4 | 271 | 124 | 116 |
| Binary | 10011000 | 11101110 | 11110110 | 100110 | 11 | 0 | 100 | 10111001 | 1010100 | 1001110 |
Color Harmonies of #98EEF6
Complementary color
Monochromatic Colors of #98EEF6
Black with #98EEF6
Text Example
Text Example
White with #98EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEF6; }
p { color: rgb(152,238,246); }
H1.HeaderClassName
{
color: #98EEF6;
}
.AnyTagClassName
{
color: #98EEF6;
}
</style>
background-color css
<style>
a { background-color: #98EEF6; }
a { background-color: rgb(152,238,246); }
div.DivClassName
{
background-color: #98EEF6;
}
.BgClassName
{
background-color: #98EEF6;
}
</style>
border-color css
<style>
span { border-color: #98EEF6; }
span { border-color: rgb(152,238,246); }
td.TdClassName
{
border-color: #98EEF6;
}
.TagClassName
{
border-color: #98EEF6;
}
</style>