Shades of Blizzard Blue #98F0F1
Tints of Blizzard Blue #98F0F1
RGB
CMYK
RGB Variations
Color information
#98F0F1 (or 0x98F0F1) is known color: Blizzard Blue. HEX triplet: 98, F0 and F1. RGB value is (152,240,241). Sum of RGB (Red+Green+Blue) = 152+240+241=633 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.01% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #98F0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F0F1 is #670F0E. Grayscale: #D5D5D5. Windows color (decimal): -6754063 or 15855768. OLE color: 15855768.
HSL color Cylindrical-coordinate representation of color #98F0F1: hue angle of 180.67º 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 #98F0F1 is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 240 | 241 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.05 |
| HSL | 180.67º | 0.76% | 0.77% | - |
| HSV(B) | 180.67º | 0.37% | 0.95% | - |
| XYZ | 59.99 | 75.35 | 94.6 | - |
| YUV | 213.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 241 | 0.37 | 0.00 | 0 | 0.05 | 180.67 | 0.76 | 0.77 |
| Hex | 98 | F0 | F1 | 25 | 0 | 0 | 5 | B5 | 4C | 4D |
| Octal | 230 | 360 | 361 | 45 | 0 | 0 | 5 | 265 | 114 | 115 |
| Binary | 10011000 | 11110000 | 11110001 | 100101 | 0 | 0 | 101 | 10110101 | 1001100 | 1001101 |
Color Harmonies of #98F0F1
Complementary color
Monochromatic Colors of #98F0F1
Black with #98F0F1
Text Example
Text Example
White with #98F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F0F1; }
p { color: rgb(152,240,241); }
H1.HeaderClassName
{
color: #98F0F1;
}
.AnyTagClassName
{
color: #98F0F1;
}
</style>
background-color css
<style>
a { background-color: #98F0F1; }
a { background-color: rgb(152,240,241); }
div.DivClassName
{
background-color: #98F0F1;
}
.BgClassName
{
background-color: #98F0F1;
}
</style>
border-color css
<style>
span { border-color: #98F0F1; }
span { border-color: rgb(152,240,241); }
td.TdClassName
{
border-color: #98F0F1;
}
.TagClassName
{
border-color: #98F0F1;
}
</style>