Shades of Blizzard Blue #98EAE6
Tints of Blizzard Blue #98EAE6
RGB
CMYK
RGB Variations
Color information
#98EAE6 (or 0x98EAE6) is known color: Blizzard Blue. HEX triplet: 98, EA and E6. RGB value is (152,234,230). Sum of RGB (Red+Green+Blue) = 152+234+230=616 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.68% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAE6 is #671519. Grayscale: #D0D0D0. Windows color (decimal): -6755610 or 15133336. OLE color: 15133336.
HSL color Cylindrical-coordinate representation of color #98EAE6: hue angle of 177.07º 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 #98EAE6 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 230 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.08 |
| HSL | 177.07º | 0.66% | 0.76% | - |
| HSV(B) | 177.07º | 0.35% | 0.92% | - |
| XYZ | 56.65 | 71.23 | 85.63 | - |
| YUV | 209.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 230 | 0.35 | 0 | 0.02 | 0.08 | 177.07 | 0.66 | 0.76 |
| Hex | 98 | EA | E6 | 23 | 0 | 2 | 8 | B1 | 42 | 4C |
| Octal | 230 | 352 | 346 | 43 | 0 | 2 | 10 | 261 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11100110 | 100011 | 0 | 10 | 1000 | 10110001 | 1000010 | 1001100 |
Color Harmonies of #98EAE6
Complementary color
Monochromatic Colors of #98EAE6
Black with #98EAE6
Text Example
Text Example
White with #98EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAE6; }
p { color: rgb(152,234,230); }
H1.HeaderClassName
{
color: #98EAE6;
}
.AnyTagClassName
{
color: #98EAE6;
}
</style>
background-color css
<style>
a { background-color: #98EAE6; }
a { background-color: rgb(152,234,230); }
div.DivClassName
{
background-color: #98EAE6;
}
.BgClassName
{
background-color: #98EAE6;
}
</style>
border-color css
<style>
span { border-color: #98EAE6; }
span { border-color: rgb(152,234,230); }
td.TdClassName
{
border-color: #98EAE6;
}
.TagClassName
{
border-color: #98EAE6;
}
</style>