Shades of Blizzard Blue #98EAFA
Tints of Blizzard Blue #98EAFA
RGB
CMYK
RGB Variations
Color information
#98EAFA (or 0x98EAFA) is known color: Blizzard Blue. HEX triplet: 98, EA and FA. RGB value is (152,234,250). Sum of RGB (Red+Green+Blue) = 152+234+250=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #98EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAFA is #671505. Grayscale: #D3D3D3. Windows color (decimal): -6755590 or 16444056. OLE color: 16444056.
HSL color Cylindrical-coordinate representation of color #98EAFA: hue angle of 189.8º 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 #98EAFA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 234 | 250 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.02 |
| HSL | 189.8º | 0.91% | 0.79% | - |
| HSV(B) | 189.8º | 0.39% | 0.98% | - |
| XYZ | 59.63 | 72.42 | 101.28 | - |
| YUV | 211.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 250 | 0.39 | 0.06 | 0 | 0.02 | 189.8 | 0.91 | 0.79 |
| Hex | 98 | EA | FA | 27 | 6 | 0 | 2 | BE | 5B | 4F |
| Octal | 230 | 352 | 372 | 47 | 6 | 0 | 2 | 276 | 133 | 117 |
| Binary | 10011000 | 11101010 | 11111010 | 100111 | 110 | 0 | 10 | 10111110 | 1011011 | 1001111 |
Color Harmonies of #98EAFA
Complementary color
Monochromatic Colors of #98EAFA
Black with #98EAFA
Text Example
Text Example
White with #98EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAFA; }
p { color: rgb(152,234,250); }
H1.HeaderClassName
{
color: #98EAFA;
}
.AnyTagClassName
{
color: #98EAFA;
}
</style>
background-color css
<style>
a { background-color: #98EAFA; }
a { background-color: rgb(152,234,250); }
div.DivClassName
{
background-color: #98EAFA;
}
.BgClassName
{
background-color: #98EAFA;
}
</style>
border-color css
<style>
span { border-color: #98EAFA; }
span { border-color: rgb(152,234,250); }
td.TdClassName
{
border-color: #98EAFA;
}
.TagClassName
{
border-color: #98EAFA;
}
</style>