Shades of Blizzard Blue #98E3EF
Tints of Blizzard Blue #98E3EF
RGB
CMYK
RGB Variations
Color information
#98E3EF (or 0x98E3EF) is known color: Blizzard Blue. HEX triplet: 98, E3 and EF. RGB value is (152,227,239). Sum of RGB (Red+Green+Blue) = 152+227+239=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #98E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E3EF is #671C10. Grayscale: #CDCDCD. Windows color (decimal): -6757393 or 15721368. OLE color: 15721368.
HSL color Cylindrical-coordinate representation of color #98E3EF: hue angle of 188.28º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98E3EF is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 227 | 239 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.06 |
| HSL | 188.28º | 0.73% | 0.77% | - |
| HSV(B) | 188.28º | 0.36% | 0.94% | - |
| XYZ | 56 | 67.85 | 91.81 | - |
| YUV | 205.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 239 | 0.36 | 0.05 | 0 | 0.06 | 188.28 | 0.73 | 0.77 |
| Hex | 98 | E3 | EF | 24 | 5 | 0 | 6 | BC | 49 | 4D |
| Octal | 230 | 343 | 357 | 44 | 5 | 0 | 6 | 274 | 111 | 115 |
| Binary | 10011000 | 11100011 | 11101111 | 100100 | 101 | 0 | 110 | 10111100 | 1001001 | 1001101 |
Color Harmonies of #98E3EF
Complementary color
Monochromatic Colors of #98E3EF
Black with #98E3EF
Text Example
Text Example
White with #98E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E3EF; }
p { color: rgb(152,227,239); }
H1.HeaderClassName
{
color: #98E3EF;
}
.AnyTagClassName
{
color: #98E3EF;
}
</style>
background-color css
<style>
a { background-color: #98E3EF; }
a { background-color: rgb(152,227,239); }
div.DivClassName
{
background-color: #98E3EF;
}
.BgClassName
{
background-color: #98E3EF;
}
</style>
border-color css
<style>
span { border-color: #98E3EF; }
span { border-color: rgb(152,227,239); }
td.TdClassName
{
border-color: #98E3EF;
}
.TagClassName
{
border-color: #98E3EF;
}
</style>