Shades of Blizzard Blue #98EBE4
Tints of Blizzard Blue #98EBE4
RGB
CMYK
RGB Variations
Color information
#98EBE4 (or 0x98EBE4) is known color: Blizzard Blue. HEX triplet: 98, EB and E4. RGB value is (152,235,228). Sum of RGB (Red+Green+Blue) = 152+235+228=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBE4 is #67141B. Grayscale: #D1D1D1. Windows color (decimal): -6755356 or 15002520. OLE color: 15002520.
HSL color Cylindrical-coordinate representation of color #98EBE4: hue angle of 174.94º 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 #98EBE4 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 228 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.08 |
| HSL | 174.94º | 0.67% | 0.76% | - |
| HSV(B) | 174.94º | 0.35% | 0.92% | - |
| XYZ | 56.66 | 71.69 | 84.25 | - |
| YUV | 209.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 228 | 0.35 | 0 | 0.03 | 0.08 | 174.94 | 0.67 | 0.76 |
| Hex | 98 | EB | E4 | 23 | 0 | 3 | 8 | AF | 43 | 4C |
| Octal | 230 | 353 | 344 | 43 | 0 | 3 | 10 | 257 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11100100 | 100011 | 0 | 11 | 1000 | 10101111 | 1000011 | 1001100 |
Color Harmonies of #98EBE4
Complementary color
Monochromatic Colors of #98EBE4
Black with #98EBE4
Text Example
Text Example
White with #98EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBE4; }
p { color: rgb(152,235,228); }
H1.HeaderClassName
{
color: #98EBE4;
}
.AnyTagClassName
{
color: #98EBE4;
}
</style>
background-color css
<style>
a { background-color: #98EBE4; }
a { background-color: rgb(152,235,228); }
div.DivClassName
{
background-color: #98EBE4;
}
.BgClassName
{
background-color: #98EBE4;
}
</style>
border-color css
<style>
span { border-color: #98EBE4; }
span { border-color: rgb(152,235,228); }
td.TdClassName
{
border-color: #98EBE4;
}
.TagClassName
{
border-color: #98EBE4;
}
</style>