Shades of Blizzard Blue #98DCEE
Tints of Blizzard Blue #98DCEE
RGB
CMYK
RGB Variations
Color information
#98DCEE (or 0x98DCEE) is known color: Blizzard Blue. HEX triplet: 98, DC and EE. RGB value is (152,220,238). Sum of RGB (Red+Green+Blue) = 152+220+238=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #98DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCEE is #672311. Grayscale: #C9C9C9. Windows color (decimal): -6759186 or 15654040. OLE color: 15654040.
HSL color Cylindrical-coordinate representation of color #98DCEE: hue angle of 192.56º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98DCEE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 220 | 238 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.07 |
| HSL | 192.56º | 0.72% | 0.76% | - |
| HSV(B) | 192.56º | 0.36% | 0.93% | - |
| XYZ | 53.97 | 64.03 | 90.4 | - |
| YUV | 201.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 238 | 0.36 | 0.08 | 0 | 0.07 | 192.56 | 0.72 | 0.76 |
| Hex | 98 | DC | EE | 24 | 8 | 0 | 7 | C1 | 48 | 4C |
| Octal | 230 | 334 | 356 | 44 | 10 | 0 | 7 | 301 | 110 | 114 |
| Binary | 10011000 | 11011100 | 11101110 | 100100 | 1000 | 0 | 111 | 11000001 | 1001000 | 1001100 |
Color Harmonies of #98DCEE
Complementary color
Monochromatic Colors of #98DCEE
Black with #98DCEE
Text Example
Text Example
White with #98DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCEE; }
p { color: rgb(152,220,238); }
H1.HeaderClassName
{
color: #98DCEE;
}
.AnyTagClassName
{
color: #98DCEE;
}
</style>
background-color css
<style>
a { background-color: #98DCEE; }
a { background-color: rgb(152,220,238); }
div.DivClassName
{
background-color: #98DCEE;
}
.BgClassName
{
background-color: #98DCEE;
}
</style>
border-color css
<style>
span { border-color: #98DCEE; }
span { border-color: rgb(152,220,238); }
td.TdClassName
{
border-color: #98DCEE;
}
.TagClassName
{
border-color: #98DCEE;
}
</style>