Shades of Blizzard Blue #98E5EE
Tints of Blizzard Blue #98E5EE
RGB
CMYK
RGB Variations
Color information
#98E5EE (or 0x98E5EE) is known color: Blizzard Blue. HEX triplet: 98, E5 and EE. RGB value is (152,229,238). Sum of RGB (Red+Green+Blue) = 152+229+238=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #98E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E5EE is #671A11. Grayscale: #CECECE. Windows color (decimal): -6756882 or 15656344. OLE color: 15656344.
HSL color Cylindrical-coordinate representation of color #98E5EE: hue angle of 186.28º degrees, saturation: 0.72, 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 #98E5EE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 229 | 238 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.07 |
| HSL | 186.28º | 0.72% | 0.76% | - |
| HSV(B) | 186.28º | 0.36% | 0.93% | - |
| XYZ | 56.4 | 68.89 | 91.21 | - |
| YUV | 207 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 238 | 0.36 | 0.04 | 0 | 0.07 | 186.28 | 0.72 | 0.76 |
| Hex | 98 | E5 | EE | 24 | 4 | 0 | 7 | BA | 48 | 4C |
| Octal | 230 | 345 | 356 | 44 | 4 | 0 | 7 | 272 | 110 | 114 |
| Binary | 10011000 | 11100101 | 11101110 | 100100 | 100 | 0 | 111 | 10111010 | 1001000 | 1001100 |
Color Harmonies of #98E5EE
Complementary color
Monochromatic Colors of #98E5EE
Black with #98E5EE
Text Example
Text Example
White with #98E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5EE; }
p { color: rgb(152,229,238); }
H1.HeaderClassName
{
color: #98E5EE;
}
.AnyTagClassName
{
color: #98E5EE;
}
</style>
background-color css
<style>
a { background-color: #98E5EE; }
a { background-color: rgb(152,229,238); }
div.DivClassName
{
background-color: #98E5EE;
}
.BgClassName
{
background-color: #98E5EE;
}
</style>
border-color css
<style>
span { border-color: #98E5EE; }
span { border-color: rgb(152,229,238); }
td.TdClassName
{
border-color: #98E5EE;
}
.TagClassName
{
border-color: #98E5EE;
}
</style>