Shades of Blizzard Blue #98DFE8
Tints of Blizzard Blue #98DFE8
RGB
CMYK
RGB Variations
Color information
#98DFE8 (or 0x98DFE8) is known color: Blizzard Blue. HEX triplet: 98, DF and E8. RGB value is (152,223,232). Sum of RGB (Red+Green+Blue) = 152+223+232=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #98DFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFE8 is #672017. Grayscale: #CACACA. Windows color (decimal): -6758424 or 15261592. OLE color: 15261592.
HSL color Cylindrical-coordinate representation of color #98DFE8: hue angle of 186.75º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98DFE8 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 223 | 232 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.09 |
| HSL | 186.75º | 0.63% | 0.75% | - |
| HSV(B) | 186.75º | 0.34% | 0.91% | - |
| XYZ | 53.9 | 65.28 | 86.1 | - |
| YUV | 202.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 232 | 0.34 | 0.04 | 0 | 0.09 | 186.75 | 0.63 | 0.75 |
| Hex | 98 | DF | E8 | 22 | 4 | 0 | 9 | BB | 3F | 4B |
| Octal | 230 | 337 | 350 | 42 | 4 | 0 | 11 | 273 | 77 | 113 |
| Binary | 10011000 | 11011111 | 11101000 | 100010 | 100 | 0 | 1001 | 10111011 | 111111 | 1001011 |
Color Harmonies of #98DFE8
Complementary color
Monochromatic Colors of #98DFE8
Black with #98DFE8
Text Example
Text Example
White with #98DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFE8; }
p { color: rgb(152,223,232); }
H1.HeaderClassName
{
color: #98DFE8;
}
.AnyTagClassName
{
color: #98DFE8;
}
</style>
background-color css
<style>
a { background-color: #98DFE8; }
a { background-color: rgb(152,223,232); }
div.DivClassName
{
background-color: #98DFE8;
}
.BgClassName
{
background-color: #98DFE8;
}
</style>
border-color css
<style>
span { border-color: #98DFE8; }
span { border-color: rgb(152,223,232); }
td.TdClassName
{
border-color: #98DFE8;
}
.TagClassName
{
border-color: #98DFE8;
}
</style>