Shades of Blizzard Blue #98F1FB
Tints of Blizzard Blue #98F1FB
RGB
CMYK
RGB Variations
Color information
#98F1FB (or 0x98F1FB) is known color: Blizzard Blue. HEX triplet: 98, F1 and FB. RGB value is (152,241,251). Sum of RGB (Red+Green+Blue) = 152+241+251=644 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.60% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #98F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F1FB is #670E04. Grayscale: #D7D7D7. Windows color (decimal): -6753797 or 16511384. OLE color: 16511384.
HSL color Cylindrical-coordinate representation of color #98F1FB: hue angle of 186.06º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F1FB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 241 | 251 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.02 |
| HSL | 186.06º | 0.93% | 0.79% | - |
| HSV(B) | 186.06º | 0.39% | 0.98% | - |
| XYZ | 61.82 | 76.55 | 102.78 | - |
| YUV | 215.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 251 | 0.39 | 0.04 | 0 | 0.02 | 186.06 | 0.93 | 0.79 |
| Hex | 98 | F1 | FB | 27 | 4 | 0 | 2 | BA | 5D | 4F |
| Octal | 230 | 361 | 373 | 47 | 4 | 0 | 2 | 272 | 135 | 117 |
| Binary | 10011000 | 11110001 | 11111011 | 100111 | 100 | 0 | 10 | 10111010 | 1011101 | 1001111 |
Color Harmonies of #98F1FB
Complementary color
Monochromatic Colors of #98F1FB
Black with #98F1FB
Text Example
Text Example
White with #98F1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1FB; }
p { color: rgb(152,241,251); }
H1.HeaderClassName
{
color: #98F1FB;
}
.AnyTagClassName
{
color: #98F1FB;
}
</style>
background-color css
<style>
a { background-color: #98F1FB; }
a { background-color: rgb(152,241,251); }
div.DivClassName
{
background-color: #98F1FB;
}
.BgClassName
{
background-color: #98F1FB;
}
</style>
border-color css
<style>
span { border-color: #98F1FB; }
span { border-color: rgb(152,241,251); }
td.TdClassName
{
border-color: #98F1FB;
}
.TagClassName
{
border-color: #98F1FB;
}
</style>