Shades of Blizzard Blue #98E7E6
Tints of Blizzard Blue #98E7E6
RGB
CMYK
RGB Variations
Color information
#98E7E6 (or 0x98E7E6) is known color: Blizzard Blue. HEX triplet: 98, E7 and E6. RGB value is (152,231,230). Sum of RGB (Red+Green+Blue) = 152+231+230=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #98E7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E7E6 is #671819. Grayscale: #CFCFCF. Windows color (decimal): -6756378 or 15132568. OLE color: 15132568.
HSL color Cylindrical-coordinate representation of color #98E7E6: hue angle of 179.24º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E7E6 is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 231 | 230 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.09 |
| HSL | 179.24º | 0.62% | 0.75% | - |
| HSV(B) | 179.24º | 0.34% | 0.91% | - |
| XYZ | 55.81 | 69.54 | 85.34 | - |
| YUV | 207.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 231 | 230 | 0.34 | 0 | 0.00 | 0.09 | 179.24 | 0.62 | 0.75 |
| Hex | 98 | E7 | E6 | 22 | 0 | 0 | 9 | B3 | 3E | 4B |
| Octal | 230 | 347 | 346 | 42 | 0 | 0 | 11 | 263 | 76 | 113 |
| Binary | 10011000 | 11100111 | 11100110 | 100010 | 0 | 0 | 1001 | 10110011 | 111110 | 1001011 |
Color Harmonies of #98E7E6
Complementary color
Monochromatic Colors of #98E7E6
Black with #98E7E6
Text Example
Text Example
White with #98E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E7E6; }
p { color: rgb(152,231,230); }
H1.HeaderClassName
{
color: #98E7E6;
}
.AnyTagClassName
{
color: #98E7E6;
}
</style>
background-color css
<style>
a { background-color: #98E7E6; }
a { background-color: rgb(152,231,230); }
div.DivClassName
{
background-color: #98E7E6;
}
.BgClassName
{
background-color: #98E7E6;
}
</style>
border-color css
<style>
span { border-color: #98E7E6; }
span { border-color: rgb(152,231,230); }
td.TdClassName
{
border-color: #98E7E6;
}
.TagClassName
{
border-color: #98E7E6;
}
</style>