Shades of Blizzard Blue #98E5ED
Tints of Blizzard Blue #98E5ED
RGB
CMYK
RGB Variations
Color information
#98E5ED (or 0x98E5ED) is known color: Blizzard Blue. HEX triplet: 98, E5 and ED. RGB value is (152,229,237). Sum of RGB (Red+Green+Blue) = 152+229+237=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #98E5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E5ED is #671A12. Grayscale: #CECECE. Windows color (decimal): -6756883 or 15590808. OLE color: 15590808.
HSL color Cylindrical-coordinate representation of color #98E5ED: hue angle of 185.65º 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 #98E5ED is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 229 | 237 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.07 |
| HSL | 185.65º | 0.7% | 0.76% | - |
| HSV(B) | 185.65º | 0.36% | 0.93% | - |
| XYZ | 56.25 | 68.83 | 90.44 | - |
| YUV | 206.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 237 | 0.36 | 0.03 | 0 | 0.07 | 185.65 | 0.7 | 0.76 |
| Hex | 98 | E5 | ED | 24 | 3 | 0 | 7 | BA | 46 | 4C |
| Octal | 230 | 345 | 355 | 44 | 3 | 0 | 7 | 272 | 106 | 114 |
| Binary | 10011000 | 11100101 | 11101101 | 100100 | 11 | 0 | 111 | 10111010 | 1000110 | 1001100 |
Color Harmonies of #98E5ED
Complementary color
Monochromatic Colors of #98E5ED
Black with #98E5ED
Text Example
Text Example
White with #98E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5ED; }
p { color: rgb(152,229,237); }
H1.HeaderClassName
{
color: #98E5ED;
}
.AnyTagClassName
{
color: #98E5ED;
}
</style>
background-color css
<style>
a { background-color: #98E5ED; }
a { background-color: rgb(152,229,237); }
div.DivClassName
{
background-color: #98E5ED;
}
.BgClassName
{
background-color: #98E5ED;
}
</style>
border-color css
<style>
span { border-color: #98E5ED; }
span { border-color: rgb(152,229,237); }
td.TdClassName
{
border-color: #98E5ED;
}
.TagClassName
{
border-color: #98E5ED;
}
</style>