Shades of Blizzard Blue #98EAEB
Tints of Blizzard Blue #98EAEB
RGB
CMYK
RGB Variations
Color information
#98EAEB (or 0x98EAEB) is known color: Blizzard Blue. HEX triplet: 98, EA and EB. RGB value is (152,234,235). Sum of RGB (Red+Green+Blue) = 152+234+235=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #98EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAEB is #671514. Grayscale: #D1D1D1. Windows color (decimal): -6755605 or 15461016. OLE color: 15461016.
HSL color Cylindrical-coordinate representation of color #98EAEB: hue angle of 180.72º 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 #98EAEB is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 235 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.08 |
| HSL | 180.72º | 0.67% | 0.76% | - |
| HSV(B) | 180.72º | 0.35% | 0.92% | - |
| XYZ | 57.37 | 71.52 | 89.38 | - |
| YUV | 209.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 235 | 0.35 | 0.00 | 0 | 0.08 | 180.72 | 0.67 | 0.76 |
| Hex | 98 | EA | EB | 23 | 0 | 0 | 8 | B5 | 43 | 4C |
| Octal | 230 | 352 | 353 | 43 | 0 | 0 | 10 | 265 | 103 | 114 |
| Binary | 10011000 | 11101010 | 11101011 | 100011 | 0 | 0 | 1000 | 10110101 | 1000011 | 1001100 |
Color Harmonies of #98EAEB
Complementary color
Monochromatic Colors of #98EAEB
Black with #98EAEB
Text Example
Text Example
White with #98EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAEB; }
p { color: rgb(152,234,235); }
H1.HeaderClassName
{
color: #98EAEB;
}
.AnyTagClassName
{
color: #98EAEB;
}
</style>
background-color css
<style>
a { background-color: #98EAEB; }
a { background-color: rgb(152,234,235); }
div.DivClassName
{
background-color: #98EAEB;
}
.BgClassName
{
background-color: #98EAEB;
}
</style>
border-color css
<style>
span { border-color: #98EAEB; }
span { border-color: rgb(152,234,235); }
td.TdClassName
{
border-color: #98EAEB;
}
.TagClassName
{
border-color: #98EAEB;
}
</style>