Shades of Blizzard Blue #98E6DF
Tints of Blizzard Blue #98E6DF
RGB
CMYK
RGB Variations
Color information
#98E6DF (or 0x98E6DF) is known color: Blizzard Blue. HEX triplet: 98, E6 and DF. RGB value is (152,230,223). Sum of RGB (Red+Green+Blue) = 152+230+223=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #98E6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E6DF is #671920. Grayscale: #CDCDCD. Windows color (decimal): -6756641 or 14673560. OLE color: 14673560.
HSL color Cylindrical-coordinate representation of color #98E6DF: hue angle of 174.62º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E6DF is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 230 | 223 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.10 |
| HSL | 174.62º | 0.61% | 0.75% | - |
| HSV(B) | 174.62º | 0.34% | 0.9% | - |
| XYZ | 54.56 | 68.6 | 80.18 | - |
| YUV | 205.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 223 | 0.34 | 0 | 0.03 | 0.10 | 174.62 | 0.61 | 0.75 |
| Hex | 98 | E6 | DF | 22 | 0 | 3 | A | AF | 3D | 4B |
| Octal | 230 | 346 | 337 | 42 | 0 | 3 | 12 | 257 | 75 | 113 |
| Binary | 10011000 | 11100110 | 11011111 | 100010 | 0 | 11 | 1010 | 10101111 | 111101 | 1001011 |
Color Harmonies of #98E6DF
Complementary color
Monochromatic Colors of #98E6DF
Black with #98E6DF
Text Example
Text Example
White with #98E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E6DF; }
p { color: rgb(152,230,223); }
H1.HeaderClassName
{
color: #98E6DF;
}
.AnyTagClassName
{
color: #98E6DF;
}
</style>
background-color css
<style>
a { background-color: #98E6DF; }
a { background-color: rgb(152,230,223); }
div.DivClassName
{
background-color: #98E6DF;
}
.BgClassName
{
background-color: #98E6DF;
}
</style>
border-color css
<style>
span { border-color: #98E6DF; }
span { border-color: rgb(152,230,223); }
td.TdClassName
{
border-color: #98E6DF;
}
.TagClassName
{
border-color: #98E6DF;
}
</style>