Shades of Blizzard Blue #98DBEF
Tints of Blizzard Blue #98DBEF
RGB
CMYK
RGB Variations
Color information
#98DBEF (or 0x98DBEF) is known color: Blizzard Blue. HEX triplet: 98, DB and EF. RGB value is (152,219,239). Sum of RGB (Red+Green+Blue) = 152+219+239=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #98DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBEF is #672410. Grayscale: #C9C9C9. Windows color (decimal): -6759441 or 15719320. OLE color: 15719320.
HSL color Cylindrical-coordinate representation of color #98DBEF: hue angle of 193.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98DBEF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 219 | 239 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.06 |
| HSL | 193.79º | 0.73% | 0.77% | - |
| HSV(B) | 193.79º | 0.36% | 0.94% | - |
| XYZ | 53.86 | 63.57 | 91.09 | - |
| YUV | 201.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 239 | 0.36 | 0.08 | 0 | 0.06 | 193.79 | 0.73 | 0.77 |
| Hex | 98 | DB | EF | 24 | 8 | 0 | 6 | C2 | 49 | 4D |
| Octal | 230 | 333 | 357 | 44 | 10 | 0 | 6 | 302 | 111 | 115 |
| Binary | 10011000 | 11011011 | 11101111 | 100100 | 1000 | 0 | 110 | 11000010 | 1001001 | 1001101 |
Color Harmonies of #98DBEF
Complementary color
Monochromatic Colors of #98DBEF
Black with #98DBEF
Text Example
Text Example
White with #98DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBEF; }
p { color: rgb(152,219,239); }
H1.HeaderClassName
{
color: #98DBEF;
}
.AnyTagClassName
{
color: #98DBEF;
}
</style>
background-color css
<style>
a { background-color: #98DBEF; }
a { background-color: rgb(152,219,239); }
div.DivClassName
{
background-color: #98DBEF;
}
.BgClassName
{
background-color: #98DBEF;
}
</style>
border-color css
<style>
span { border-color: #98DBEF; }
span { border-color: rgb(152,219,239); }
td.TdClassName
{
border-color: #98DBEF;
}
.TagClassName
{
border-color: #98DBEF;
}
</style>