Shades of Blizzard Blue #98EAF8
Tints of Blizzard Blue #98EAF8
RGB
CMYK
RGB Variations
Color information
#98EAF8 (or 0x98EAF8) is known color: Blizzard Blue. HEX triplet: 98, EA and F8. RGB value is (152,234,248). Sum of RGB (Red+Green+Blue) = 152+234+248=634 (83% of max value = 765). Red value is 152 (59.77% from 255 or 23.97% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #98EAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAF8 is #671507. Grayscale: #D2D2D2. Windows color (decimal): -6755592 or 16312984. OLE color: 16312984.
HSL color Cylindrical-coordinate representation of color #98EAF8: hue angle of 188.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98EAF8 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 234 | 248 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.03 |
| HSL | 188.75º | 0.87% | 0.78% | - |
| HSV(B) | 188.75º | 0.39% | 0.97% | - |
| XYZ | 59.31 | 72.3 | 99.64 | - |
| YUV | 211.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 248 | 0.39 | 0.06 | 0 | 0.03 | 188.75 | 0.87 | 0.78 |
| Hex | 98 | EA | F8 | 27 | 6 | 0 | 3 | BD | 57 | 4E |
| Octal | 230 | 352 | 370 | 47 | 6 | 0 | 3 | 275 | 127 | 116 |
| Binary | 10011000 | 11101010 | 11111000 | 100111 | 110 | 0 | 11 | 10111101 | 1010111 | 1001110 |
Color Harmonies of #98EAF8
Complementary color
Monochromatic Colors of #98EAF8
Black with #98EAF8
Text Example
Text Example
White with #98EAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAF8; }
p { color: rgb(152,234,248); }
H1.HeaderClassName
{
color: #98EAF8;
}
.AnyTagClassName
{
color: #98EAF8;
}
</style>
background-color css
<style>
a { background-color: #98EAF8; }
a { background-color: rgb(152,234,248); }
div.DivClassName
{
background-color: #98EAF8;
}
.BgClassName
{
background-color: #98EAF8;
}
</style>
border-color css
<style>
span { border-color: #98EAF8; }
span { border-color: rgb(152,234,248); }
td.TdClassName
{
border-color: #98EAF8;
}
.TagClassName
{
border-color: #98EAF8;
}
</style>