Shades of Blizzard Blue #98EAE8
Tints of Blizzard Blue #98EAE8
RGB
CMYK
RGB Variations
Color information
#98EAE8 (or 0x98EAE8) is known color: Blizzard Blue. HEX triplet: 98, EA and E8. RGB value is (152,234,232). Sum of RGB (Red+Green+Blue) = 152+234+232=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAE8 is #671517. Grayscale: #D1D1D1. Windows color (decimal): -6755608 or 15264408. OLE color: 15264408.
HSL color Cylindrical-coordinate representation of color #98EAE8: hue angle of 178.54º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EAE8 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 232 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.08 |
| HSL | 178.54º | 0.66% | 0.76% | - |
| HSV(B) | 178.54º | 0.35% | 0.92% | - |
| XYZ | 56.94 | 71.35 | 87.11 | - |
| YUV | 209.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 232 | 0.35 | 0 | 0.01 | 0.08 | 178.54 | 0.66 | 0.76 |
| Hex | 98 | EA | E8 | 23 | 0 | 1 | 8 | B3 | 42 | 4C |
| Octal | 230 | 352 | 350 | 43 | 0 | 1 | 10 | 263 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11101000 | 100011 | 0 | 1 | 1000 | 10110011 | 1000010 | 1001100 |
Color Harmonies of #98EAE8
Complementary color
Monochromatic Colors of #98EAE8
Black with #98EAE8
Text Example
Text Example
White with #98EAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAE8; }
p { color: rgb(152,234,232); }
H1.HeaderClassName
{
color: #98EAE8;
}
.AnyTagClassName
{
color: #98EAE8;
}
</style>
background-color css
<style>
a { background-color: #98EAE8; }
a { background-color: rgb(152,234,232); }
div.DivClassName
{
background-color: #98EAE8;
}
.BgClassName
{
background-color: #98EAE8;
}
</style>
border-color css
<style>
span { border-color: #98EAE8; }
span { border-color: rgb(152,234,232); }
td.TdClassName
{
border-color: #98EAE8;
}
.TagClassName
{
border-color: #98EAE8;
}
</style>