Shades of Blizzard Blue #98EAE5
Tints of Blizzard Blue #98EAE5
RGB
CMYK
RGB Variations
Color information
#98EAE5 (or 0x98EAE5) is known color: Blizzard Blue. HEX triplet: 98, EA and E5. RGB value is (152,234,229). Sum of RGB (Red+Green+Blue) = 152+234+229=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAE5 is #67151A. Grayscale: #D0D0D0. Windows color (decimal): -6755611 or 15067800. OLE color: 15067800.
HSL color Cylindrical-coordinate representation of color #98EAE5: hue angle of 176.34º 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 #98EAE5 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 229 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.08 |
| HSL | 176.34º | 0.66% | 0.76% | - |
| HSV(B) | 176.34º | 0.35% | 0.92% | - |
| XYZ | 56.51 | 71.18 | 84.89 | - |
| YUV | 208.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 229 | 0.35 | 0 | 0.02 | 0.08 | 176.34 | 0.66 | 0.76 |
| Hex | 98 | EA | E5 | 23 | 0 | 2 | 8 | B0 | 42 | 4C |
| Octal | 230 | 352 | 345 | 43 | 0 | 2 | 10 | 260 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11100101 | 100011 | 0 | 10 | 1000 | 10110000 | 1000010 | 1001100 |
Color Harmonies of #98EAE5
Complementary color
Monochromatic Colors of #98EAE5
Black with #98EAE5
Text Example
Text Example
White with #98EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAE5; }
p { color: rgb(152,234,229); }
H1.HeaderClassName
{
color: #98EAE5;
}
.AnyTagClassName
{
color: #98EAE5;
}
</style>
background-color css
<style>
a { background-color: #98EAE5; }
a { background-color: rgb(152,234,229); }
div.DivClassName
{
background-color: #98EAE5;
}
.BgClassName
{
background-color: #98EAE5;
}
</style>
border-color css
<style>
span { border-color: #98EAE5; }
span { border-color: rgb(152,234,229); }
td.TdClassName
{
border-color: #98EAE5;
}
.TagClassName
{
border-color: #98EAE5;
}
</style>