Shades of Blizzard Blue #98EBF3
Tints of Blizzard Blue #98EBF3
RGB
CMYK
RGB Variations
Color information
#98EBF3 (or 0x98EBF3) is known color: Blizzard Blue. HEX triplet: 98, EB and F3. RGB value is (152,235,243). Sum of RGB (Red+Green+Blue) = 152+235+243=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #98EBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBF3 is #67140C. Grayscale: #D2D2D2. Windows color (decimal): -6755341 or 15985560. OLE color: 15985560.
HSL color Cylindrical-coordinate representation of color #98EBF3: hue angle of 185.27º 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 #98EBF3 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 235 | 243 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.05 |
| HSL | 185.27º | 0.79% | 0.77% | - |
| HSV(B) | 185.27º | 0.37% | 0.95% | - |
| XYZ | 58.83 | 72.56 | 95.7 | - |
| YUV | 211.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 243 | 0.37 | 0.03 | 0 | 0.05 | 185.27 | 0.79 | 0.77 |
| Hex | 98 | EB | F3 | 25 | 3 | 0 | 5 | B9 | 4F | 4D |
| Octal | 230 | 353 | 363 | 45 | 3 | 0 | 5 | 271 | 117 | 115 |
| Binary | 10011000 | 11101011 | 11110011 | 100101 | 11 | 0 | 101 | 10111001 | 1001111 | 1001101 |
Color Harmonies of #98EBF3
Complementary color
Monochromatic Colors of #98EBF3
Black with #98EBF3
Text Example
Text Example
White with #98EBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBF3; }
p { color: rgb(152,235,243); }
H1.HeaderClassName
{
color: #98EBF3;
}
.AnyTagClassName
{
color: #98EBF3;
}
</style>
background-color css
<style>
a { background-color: #98EBF3; }
a { background-color: rgb(152,235,243); }
div.DivClassName
{
background-color: #98EBF3;
}
.BgClassName
{
background-color: #98EBF3;
}
</style>
border-color css
<style>
span { border-color: #98EBF3; }
span { border-color: rgb(152,235,243); }
td.TdClassName
{
border-color: #98EBF3;
}
.TagClassName
{
border-color: #98EBF3;
}
</style>