Shades of Blizzard Blue #98E1F3
Tints of Blizzard Blue #98E1F3
RGB
CMYK
RGB Variations
Color information
#98E1F3 (or 0x98E1F3) is known color: Blizzard Blue. HEX triplet: 98, E1 and F3. RGB value is (152,225,243). Sum of RGB (Red+Green+Blue) = 152+225+243=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #98E1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1F3 is #671E0C. Grayscale: #CDCDCD. Windows color (decimal): -6757901 or 15983000. OLE color: 15983000.
HSL color Cylindrical-coordinate representation of color #98E1F3: hue angle of 191.87º degrees, saturation: 0.79, 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 #98E1F3 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 225 | 243 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.05 |
| HSL | 191.87º | 0.79% | 0.77% | - |
| HSV(B) | 191.87º | 0.37% | 0.95% | - |
| XYZ | 56.05 | 67 | 94.77 | - |
| YUV | 205.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 243 | 0.37 | 0.07 | 0 | 0.05 | 191.87 | 0.79 | 0.77 |
| Hex | 98 | E1 | F3 | 25 | 7 | 0 | 5 | C0 | 4F | 4D |
| Octal | 230 | 341 | 363 | 45 | 7 | 0 | 5 | 300 | 117 | 115 |
| Binary | 10011000 | 11100001 | 11110011 | 100101 | 111 | 0 | 101 | 11000000 | 1001111 | 1001101 |
Color Harmonies of #98E1F3
Complementary color
Monochromatic Colors of #98E1F3
Black with #98E1F3
Text Example
Text Example
White with #98E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E1F3; }
p { color: rgb(152,225,243); }
H1.HeaderClassName
{
color: #98E1F3;
}
.AnyTagClassName
{
color: #98E1F3;
}
</style>
background-color css
<style>
a { background-color: #98E1F3; }
a { background-color: rgb(152,225,243); }
div.DivClassName
{
background-color: #98E1F3;
}
.BgClassName
{
background-color: #98E1F3;
}
</style>
border-color css
<style>
span { border-color: #98E1F3; }
span { border-color: rgb(152,225,243); }
td.TdClassName
{
border-color: #98E1F3;
}
.TagClassName
{
border-color: #98E1F3;
}
</style>