Shades of Blizzard Blue #9EDBEF
Tints of Blizzard Blue #9EDBEF
RGB
CMYK
RGB Variations
Color information
#9EDBEF (or 0x9EDBEF) is known color: Blizzard Blue. HEX triplet: 9E, DB and EF. RGB value is (158,219,239). Sum of RGB (Red+Green+Blue) = 158+219+239=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDBEF is #612410. Grayscale: #CACACA. Windows color (decimal): -6366225 or 15719326. OLE color: 15719326.
HSL color Cylindrical-coordinate representation of color #9EDBEF: hue angle of 194.81º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EDBEF is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 219 | 239 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.06 |
| HSL | 194.81º | 0.72% | 0.78% | - |
| HSV(B) | 194.81º | 0.34% | 0.94% | - |
| XYZ | 55.01 | 64.16 | 91.15 | - |
| YUV | 203.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 239 | 0.34 | 0.08 | 0 | 0.06 | 194.81 | 0.72 | 0.78 |
| Hex | 9E | DB | EF | 22 | 8 | 0 | 6 | C3 | 48 | 4E |
| Octal | 236 | 333 | 357 | 42 | 10 | 0 | 6 | 303 | 110 | 116 |
| Binary | 10011110 | 11011011 | 11101111 | 100010 | 1000 | 0 | 110 | 11000011 | 1001000 | 1001110 |
Color Harmonies of #9EDBEF
Complementary color
Monochromatic Colors of #9EDBEF
Black with #9EDBEF
Text Example
Text Example
White with #9EDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBEF; }
p { color: rgb(158,219,239); }
H1.HeaderClassName
{
color: #9EDBEF;
}
.AnyTagClassName
{
color: #9EDBEF;
}
</style>
background-color css
<style>
a { background-color: #9EDBEF; }
a { background-color: rgb(158,219,239); }
div.DivClassName
{
background-color: #9EDBEF;
}
.BgClassName
{
background-color: #9EDBEF;
}
</style>
border-color css
<style>
span { border-color: #9EDBEF; }
span { border-color: rgb(158,219,239); }
td.TdClassName
{
border-color: #9EDBEF;
}
.TagClassName
{
border-color: #9EDBEF;
}
</style>