Shades of Blizzard Blue #98E5F0
Tints of Blizzard Blue #98E5F0
RGB
CMYK
RGB Variations
Color information
#98E5F0 (or 0x98E5F0) is known color: Blizzard Blue. HEX triplet: 98, E5 and F0. RGB value is (152,229,240). Sum of RGB (Red+Green+Blue) = 152+229+240=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #98E5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E5F0 is #671A0F. Grayscale: #CFCFCF. Windows color (decimal): -6756880 or 15787416. OLE color: 15787416.
HSL color Cylindrical-coordinate representation of color #98E5F0: hue angle of 187.5º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98E5F0 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 229 | 240 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.06 |
| HSL | 187.5º | 0.75% | 0.77% | - |
| HSV(B) | 187.5º | 0.37% | 0.94% | - |
| XYZ | 56.7 | 69.01 | 92.77 | - |
| YUV | 207.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 240 | 0.37 | 0.05 | 0 | 0.06 | 187.5 | 0.75 | 0.77 |
| Hex | 98 | E5 | F0 | 25 | 5 | 0 | 6 | BC | 4B | 4D |
| Octal | 230 | 345 | 360 | 45 | 5 | 0 | 6 | 274 | 113 | 115 |
| Binary | 10011000 | 11100101 | 11110000 | 100101 | 101 | 0 | 110 | 10111100 | 1001011 | 1001101 |
Color Harmonies of #98E5F0
Complementary color
Monochromatic Colors of #98E5F0
Black with #98E5F0
Text Example
Text Example
White with #98E5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5F0; }
p { color: rgb(152,229,240); }
H1.HeaderClassName
{
color: #98E5F0;
}
.AnyTagClassName
{
color: #98E5F0;
}
</style>
background-color css
<style>
a { background-color: #98E5F0; }
a { background-color: rgb(152,229,240); }
div.DivClassName
{
background-color: #98E5F0;
}
.BgClassName
{
background-color: #98E5F0;
}
</style>
border-color css
<style>
span { border-color: #98E5F0; }
span { border-color: rgb(152,229,240); }
td.TdClassName
{
border-color: #98E5F0;
}
.TagClassName
{
border-color: #98E5F0;
}
</style>