Shades of Blizzard Blue #98DFF1
Tints of Blizzard Blue #98DFF1
RGB
CMYK
RGB Variations
Color information
#98DFF1 (or 0x98DFF1) is known color: Blizzard Blue. HEX triplet: 98, DF and F1. RGB value is (152,223,241). Sum of RGB (Red+Green+Blue) = 152+223+241=616 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.68% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #98DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFF1 is #67200E. Grayscale: #CBCBCB. Windows color (decimal): -6758415 or 15851416. OLE color: 15851416.
HSL color Cylindrical-coordinate representation of color #98DFF1: hue angle of 192.13º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98DFF1 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 223 | 241 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.05 |
| HSL | 192.13º | 0.76% | 0.77% | - |
| HSV(B) | 192.13º | 0.37% | 0.95% | - |
| XYZ | 55.21 | 65.8 | 93.01 | - |
| YUV | 203.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 241 | 0.37 | 0.07 | 0 | 0.05 | 192.13 | 0.76 | 0.77 |
| Hex | 98 | DF | F1 | 25 | 7 | 0 | 5 | C0 | 4C | 4D |
| Octal | 230 | 337 | 361 | 45 | 7 | 0 | 5 | 300 | 114 | 115 |
| Binary | 10011000 | 11011111 | 11110001 | 100101 | 111 | 0 | 101 | 11000000 | 1001100 | 1001101 |
Color Harmonies of #98DFF1
Complementary color
Monochromatic Colors of #98DFF1
Black with #98DFF1
Text Example
Text Example
White with #98DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFF1; }
p { color: rgb(152,223,241); }
H1.HeaderClassName
{
color: #98DFF1;
}
.AnyTagClassName
{
color: #98DFF1;
}
</style>
background-color css
<style>
a { background-color: #98DFF1; }
a { background-color: rgb(152,223,241); }
div.DivClassName
{
background-color: #98DFF1;
}
.BgClassName
{
background-color: #98DFF1;
}
</style>
border-color css
<style>
span { border-color: #98DFF1; }
span { border-color: rgb(152,223,241); }
td.TdClassName
{
border-color: #98DFF1;
}
.TagClassName
{
border-color: #98DFF1;
}
</style>