Shades of Blizzard Blue #98EAE2
Tints of Blizzard Blue #98EAE2
RGB
CMYK
RGB Variations
Color information
#98EAE2 (or 0x98EAE2) is known color: Blizzard Blue. HEX triplet: 98, EA and E2. RGB value is (152,234,226). Sum of RGB (Red+Green+Blue) = 152+234+226=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAE2 is #67151D. Grayscale: #D0D0D0. Windows color (decimal): -6755614 or 14871192. OLE color: 14871192.
HSL color Cylindrical-coordinate representation of color #98EAE2: hue angle of 174.15º 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 #98EAE2 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 226 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.08 |
| HSL | 174.15º | 0.66% | 0.76% | - |
| HSV(B) | 174.15º | 0.35% | 0.92% | - |
| XYZ | 56.1 | 71.01 | 82.7 | - |
| YUV | 208.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 226 | 0.35 | 0 | 0.03 | 0.08 | 174.15 | 0.66 | 0.76 |
| Hex | 98 | EA | E2 | 23 | 0 | 3 | 8 | AE | 42 | 4C |
| Octal | 230 | 352 | 342 | 43 | 0 | 3 | 10 | 256 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11100010 | 100011 | 0 | 11 | 1000 | 10101110 | 1000010 | 1001100 |
Color Harmonies of #98EAE2
Complementary color
Monochromatic Colors of #98EAE2
Black with #98EAE2
Text Example
Text Example
White with #98EAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAE2; }
p { color: rgb(152,234,226); }
H1.HeaderClassName
{
color: #98EAE2;
}
.AnyTagClassName
{
color: #98EAE2;
}
</style>
background-color css
<style>
a { background-color: #98EAE2; }
a { background-color: rgb(152,234,226); }
div.DivClassName
{
background-color: #98EAE2;
}
.BgClassName
{
background-color: #98EAE2;
}
</style>
border-color css
<style>
span { border-color: #98EAE2; }
span { border-color: rgb(152,234,226); }
td.TdClassName
{
border-color: #98EAE2;
}
.TagClassName
{
border-color: #98EAE2;
}
</style>