Shades of Blizzard Blue #98EEF7
Tints of Blizzard Blue #98EEF7
RGB
CMYK
RGB Variations
Color information
#98EEF7 (or 0x98EEF7) is known color: Blizzard Blue. HEX triplet: 98, EE and F7. RGB value is (152,238,247). Sum of RGB (Red+Green+Blue) = 152+238+247=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #98EEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEF7 is #671108. Grayscale: #D5D5D5. Windows color (decimal): -6754569 or 16248472. OLE color: 16248472.
HSL color Cylindrical-coordinate representation of color #98EEF7: hue angle of 185.68º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98EEF7 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 238 | 247 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.03 |
| HSL | 185.68º | 0.86% | 0.78% | - |
| HSV(B) | 185.68º | 0.38% | 0.97% | - |
| XYZ | 60.31 | 74.54 | 99.2 | - |
| YUV | 213.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 247 | 0.38 | 0.04 | 0 | 0.03 | 185.68 | 0.86 | 0.78 |
| Hex | 98 | EE | F7 | 26 | 4 | 0 | 3 | BA | 56 | 4E |
| Octal | 230 | 356 | 367 | 46 | 4 | 0 | 3 | 272 | 126 | 116 |
| Binary | 10011000 | 11101110 | 11110111 | 100110 | 100 | 0 | 11 | 10111010 | 1010110 | 1001110 |
Color Harmonies of #98EEF7
Complementary color
Monochromatic Colors of #98EEF7
Black with #98EEF7
Text Example
Text Example
White with #98EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEF7; }
p { color: rgb(152,238,247); }
H1.HeaderClassName
{
color: #98EEF7;
}
.AnyTagClassName
{
color: #98EEF7;
}
</style>
background-color css
<style>
a { background-color: #98EEF7; }
a { background-color: rgb(152,238,247); }
div.DivClassName
{
background-color: #98EEF7;
}
.BgClassName
{
background-color: #98EEF7;
}
</style>
border-color css
<style>
span { border-color: #98EEF7; }
span { border-color: rgb(152,238,247); }
td.TdClassName
{
border-color: #98EEF7;
}
.TagClassName
{
border-color: #98EEF7;
}
</style>