Shades of Blizzard Blue #98DCF1
Tints of Blizzard Blue #98DCF1
RGB
CMYK
RGB Variations
Color information
#98DCF1 (or 0x98DCF1) is known color: Blizzard Blue. HEX triplet: 98, DC and F1. RGB value is (152,220,241). Sum of RGB (Red+Green+Blue) = 152+220+241=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #98DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCF1 is #67230E. Grayscale: #C9C9C9. Windows color (decimal): -6759183 or 15850648. OLE color: 15850648.
HSL color Cylindrical-coordinate representation of color #98DCF1: hue angle of 194.16º 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 #98DCF1 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 220 | 241 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.05 |
| HSL | 194.16º | 0.76% | 0.77% | - |
| HSV(B) | 194.16º | 0.37% | 0.95% | - |
| XYZ | 54.42 | 64.21 | 92.75 | - |
| YUV | 202.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 241 | 0.37 | 0.09 | 0 | 0.05 | 194.16 | 0.76 | 0.77 |
| Hex | 98 | DC | F1 | 25 | 9 | 0 | 5 | C2 | 4C | 4D |
| Octal | 230 | 334 | 361 | 45 | 11 | 0 | 5 | 302 | 114 | 115 |
| Binary | 10011000 | 11011100 | 11110001 | 100101 | 1001 | 0 | 101 | 11000010 | 1001100 | 1001101 |
Color Harmonies of #98DCF1
Complementary color
Monochromatic Colors of #98DCF1
Black with #98DCF1
Text Example
Text Example
White with #98DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCF1; }
p { color: rgb(152,220,241); }
H1.HeaderClassName
{
color: #98DCF1;
}
.AnyTagClassName
{
color: #98DCF1;
}
</style>
background-color css
<style>
a { background-color: #98DCF1; }
a { background-color: rgb(152,220,241); }
div.DivClassName
{
background-color: #98DCF1;
}
.BgClassName
{
background-color: #98DCF1;
}
</style>
border-color css
<style>
span { border-color: #98DCF1; }
span { border-color: rgb(152,220,241); }
td.TdClassName
{
border-color: #98DCF1;
}
.TagClassName
{
border-color: #98DCF1;
}
</style>