Shades of Blizzard Blue #98E6F8
Tints of Blizzard Blue #98E6F8
RGB
CMYK
RGB Variations
Color information
#98E6F8 (or 0x98E6F8) is known color: Blizzard Blue. HEX triplet: 98, E6 and F8. RGB value is (152,230,248). Sum of RGB (Red+Green+Blue) = 152+230+248=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #98E6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E6F8 is #671907. Grayscale: #D0D0D0. Windows color (decimal): -6756616 or 16311960. OLE color: 16311960.
HSL color Cylindrical-coordinate representation of color #98E6F8: hue angle of 191.25º 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 #98E6F8 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 230 | 248 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.03 |
| HSL | 191.25º | 0.87% | 0.78% | - |
| HSV(B) | 191.25º | 0.39% | 0.97% | - |
| XYZ | 58.19 | 70.05 | 99.26 | - |
| YUV | 208.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 248 | 0.39 | 0.07 | 0 | 0.03 | 191.25 | 0.87 | 0.78 |
| Hex | 98 | E6 | F8 | 27 | 7 | 0 | 3 | BF | 57 | 4E |
| Octal | 230 | 346 | 370 | 47 | 7 | 0 | 3 | 277 | 127 | 116 |
| Binary | 10011000 | 11100110 | 11111000 | 100111 | 111 | 0 | 11 | 10111111 | 1010111 | 1001110 |
Color Harmonies of #98E6F8
Complementary color
Monochromatic Colors of #98E6F8
Black with #98E6F8
Text Example
Text Example
White with #98E6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E6F8; }
p { color: rgb(152,230,248); }
H1.HeaderClassName
{
color: #98E6F8;
}
.AnyTagClassName
{
color: #98E6F8;
}
</style>
background-color css
<style>
a { background-color: #98E6F8; }
a { background-color: rgb(152,230,248); }
div.DivClassName
{
background-color: #98E6F8;
}
.BgClassName
{
background-color: #98E6F8;
}
</style>
border-color css
<style>
span { border-color: #98E6F8; }
span { border-color: rgb(152,230,248); }
td.TdClassName
{
border-color: #98E6F8;
}
.TagClassName
{
border-color: #98E6F8;
}
</style>