Shades of Blizzard Blue #98EAF1
Tints of Blizzard Blue #98EAF1
RGB
CMYK
RGB Variations
Color information
#98EAF1 (or 0x98EAF1) is known color: Blizzard Blue. HEX triplet: 98, EA and F1. RGB value is (152,234,241). Sum of RGB (Red+Green+Blue) = 152+234+241=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #98EAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAF1 is #67150E. Grayscale: #D2D2D2. Windows color (decimal): -6755599 or 15854232. OLE color: 15854232.
HSL color Cylindrical-coordinate representation of color #98EAF1: hue angle of 184.72º 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 #98EAF1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 234 | 241 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.05 |
| HSL | 184.72º | 0.76% | 0.77% | - |
| HSV(B) | 184.72º | 0.37% | 0.95% | - |
| XYZ | 58.25 | 71.87 | 94.02 | - |
| YUV | 210.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 241 | 0.37 | 0.03 | 0 | 0.05 | 184.72 | 0.76 | 0.77 |
| Hex | 98 | EA | F1 | 25 | 3 | 0 | 5 | B9 | 4C | 4D |
| Octal | 230 | 352 | 361 | 45 | 3 | 0 | 5 | 271 | 114 | 115 |
| Binary | 10011000 | 11101010 | 11110001 | 100101 | 11 | 0 | 101 | 10111001 | 1001100 | 1001101 |
Color Harmonies of #98EAF1
Complementary color
Monochromatic Colors of #98EAF1
Black with #98EAF1
Text Example
Text Example
White with #98EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAF1; }
p { color: rgb(152,234,241); }
H1.HeaderClassName
{
color: #98EAF1;
}
.AnyTagClassName
{
color: #98EAF1;
}
</style>
background-color css
<style>
a { background-color: #98EAF1; }
a { background-color: rgb(152,234,241); }
div.DivClassName
{
background-color: #98EAF1;
}
.BgClassName
{
background-color: #98EAF1;
}
</style>
border-color css
<style>
span { border-color: #98EAF1; }
span { border-color: rgb(152,234,241); }
td.TdClassName
{
border-color: #98EAF1;
}
.TagClassName
{
border-color: #98EAF1;
}
</style>