Shades of Blizzard Blue #98EEFA
Tints of Blizzard Blue #98EEFA
RGB
CMYK
RGB Variations
Color information
#98EEFA (or 0x98EEFA) is known color: Blizzard Blue. HEX triplet: 98, EE and FA. RGB value is (152,238,250). Sum of RGB (Red+Green+Blue) = 152+238+250=640 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.75% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #98EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEFA is #671105. Grayscale: #D5D5D5. Windows color (decimal): -6754566 or 16445080. OLE color: 16445080.
HSL color Cylindrical-coordinate representation of color #98EEFA: hue angle of 187.35º degrees, saturation: 0.91, 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 #98EEFA is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 238 | 250 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.02 |
| HSL | 187.35º | 0.91% | 0.79% | - |
| HSV(B) | 187.35º | 0.39% | 0.98% | - |
| XYZ | 60.78 | 74.73 | 101.66 | - |
| YUV | 213.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 250 | 0.39 | 0.05 | 0 | 0.02 | 187.35 | 0.91 | 0.79 |
| Hex | 98 | EE | FA | 27 | 5 | 0 | 2 | BB | 5B | 4F |
| Octal | 230 | 356 | 372 | 47 | 5 | 0 | 2 | 273 | 133 | 117 |
| Binary | 10011000 | 11101110 | 11111010 | 100111 | 101 | 0 | 10 | 10111011 | 1011011 | 1001111 |
Color Harmonies of #98EEFA
Complementary color
Monochromatic Colors of #98EEFA
Black with #98EEFA
Text Example
Text Example
White with #98EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEFA; }
p { color: rgb(152,238,250); }
H1.HeaderClassName
{
color: #98EEFA;
}
.AnyTagClassName
{
color: #98EEFA;
}
</style>
background-color css
<style>
a { background-color: #98EEFA; }
a { background-color: rgb(152,238,250); }
div.DivClassName
{
background-color: #98EEFA;
}
.BgClassName
{
background-color: #98EEFA;
}
</style>
border-color css
<style>
span { border-color: #98EEFA; }
span { border-color: rgb(152,238,250); }
td.TdClassName
{
border-color: #98EEFA;
}
.TagClassName
{
border-color: #98EEFA;
}
</style>