Shades of Blizzard Blue #98EAE3
Tints of Blizzard Blue #98EAE3
RGB
CMYK
RGB Variations
Color information
#98EAE3 (or 0x98EAE3) is known color: Blizzard Blue. HEX triplet: 98, EA and E3. RGB value is (152,234,227). Sum of RGB (Red+Green+Blue) = 152+234+227=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAE3 is #67151C. Grayscale: #D0D0D0. Windows color (decimal): -6755613 or 14936728. OLE color: 14936728.
HSL color Cylindrical-coordinate representation of color #98EAE3: hue angle of 174.88º 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 #98EAE3 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 227 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.08 |
| HSL | 174.88º | 0.66% | 0.76% | - |
| HSV(B) | 174.88º | 0.35% | 0.92% | - |
| XYZ | 56.24 | 71.07 | 83.43 | - |
| YUV | 208.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 227 | 0.35 | 0 | 0.03 | 0.08 | 174.88 | 0.66 | 0.76 |
| Hex | 98 | EA | E3 | 23 | 0 | 3 | 8 | AF | 42 | 4C |
| Octal | 230 | 352 | 343 | 43 | 0 | 3 | 10 | 257 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11100011 | 100011 | 0 | 11 | 1000 | 10101111 | 1000010 | 1001100 |
Color Harmonies of #98EAE3
Complementary color
Monochromatic Colors of #98EAE3
Black with #98EAE3
Text Example
Text Example
White with #98EAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAE3; }
p { color: rgb(152,234,227); }
H1.HeaderClassName
{
color: #98EAE3;
}
.AnyTagClassName
{
color: #98EAE3;
}
</style>
background-color css
<style>
a { background-color: #98EAE3; }
a { background-color: rgb(152,234,227); }
div.DivClassName
{
background-color: #98EAE3;
}
.BgClassName
{
background-color: #98EAE3;
}
</style>
border-color css
<style>
span { border-color: #98EAE3; }
span { border-color: rgb(152,234,227); }
td.TdClassName
{
border-color: #98EAE3;
}
.TagClassName
{
border-color: #98EAE3;
}
</style>