Shades of Blizzard Blue #98EBE8
Tints of Blizzard Blue #98EBE8
RGB
CMYK
RGB Variations
Color information
#98EBE8 (or 0x98EBE8) is known color: Blizzard Blue. HEX triplet: 98, EB and E8. RGB value is (152,235,232). Sum of RGB (Red+Green+Blue) = 152+235+232=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBE8 is #671417. Grayscale: #D1D1D1. Windows color (decimal): -6755352 or 15264664. OLE color: 15264664.
HSL color Cylindrical-coordinate representation of color #98EBE8: hue angle of 177.83º degrees, saturation: 0.67, 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 #98EBE8 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 232 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.08 |
| HSL | 177.83º | 0.67% | 0.76% | - |
| HSV(B) | 177.83º | 0.35% | 0.92% | - |
| XYZ | 57.22 | 71.92 | 87.21 | - |
| YUV | 209.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 232 | 0.35 | 0 | 0.01 | 0.08 | 177.83 | 0.67 | 0.76 |
| Hex | 98 | EB | E8 | 23 | 0 | 1 | 8 | B2 | 43 | 4C |
| Octal | 230 | 353 | 350 | 43 | 0 | 1 | 10 | 262 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11101000 | 100011 | 0 | 1 | 1000 | 10110010 | 1000011 | 1001100 |
Color Harmonies of #98EBE8
Complementary color
Monochromatic Colors of #98EBE8
Black with #98EBE8
Text Example
Text Example
White with #98EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBE8; }
p { color: rgb(152,235,232); }
H1.HeaderClassName
{
color: #98EBE8;
}
.AnyTagClassName
{
color: #98EBE8;
}
</style>
background-color css
<style>
a { background-color: #98EBE8; }
a { background-color: rgb(152,235,232); }
div.DivClassName
{
background-color: #98EBE8;
}
.BgClassName
{
background-color: #98EBE8;
}
</style>
border-color css
<style>
span { border-color: #98EBE8; }
span { border-color: rgb(152,235,232); }
td.TdClassName
{
border-color: #98EBE8;
}
.TagClassName
{
border-color: #98EBE8;
}
</style>