Shades of Blizzard Blue #98EAED
Tints of Blizzard Blue #98EAED
RGB
CMYK
RGB Variations
Color information
#98EAED (or 0x98EAED) is known color: Blizzard Blue. HEX triplet: 98, EA and ED. RGB value is (152,234,237). Sum of RGB (Red+Green+Blue) = 152+234+237=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #98EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAED is #671512. Grayscale: #D1D1D1. Windows color (decimal): -6755603 or 15592088. OLE color: 15592088.
HSL color Cylindrical-coordinate representation of color #98EAED: hue angle of 182.12º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EAED is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 234 | 237 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.07 |
| HSL | 182.12º | 0.7% | 0.76% | - |
| HSV(B) | 182.12º | 0.36% | 0.93% | - |
| XYZ | 57.66 | 71.64 | 90.91 | - |
| YUV | 209.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 237 | 0.36 | 0.01 | 0 | 0.07 | 182.12 | 0.7 | 0.76 |
| Hex | 98 | EA | ED | 24 | 1 | 0 | 7 | B6 | 46 | 4C |
| Octal | 230 | 352 | 355 | 44 | 1 | 0 | 7 | 266 | 106 | 114 |
| Binary | 10011000 | 11101010 | 11101101 | 100100 | 1 | 0 | 111 | 10110110 | 1000110 | 1001100 |
Color Harmonies of #98EAED
Complementary color
Monochromatic Colors of #98EAED
Black with #98EAED
Text Example
Text Example
White with #98EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAED; }
p { color: rgb(152,234,237); }
H1.HeaderClassName
{
color: #98EAED;
}
.AnyTagClassName
{
color: #98EAED;
}
</style>
background-color css
<style>
a { background-color: #98EAED; }
a { background-color: rgb(152,234,237); }
div.DivClassName
{
background-color: #98EAED;
}
.BgClassName
{
background-color: #98EAED;
}
</style>
border-color css
<style>
span { border-color: #98EAED; }
span { border-color: rgb(152,234,237); }
td.TdClassName
{
border-color: #98EAED;
}
.TagClassName
{
border-color: #98EAED;
}
</style>