Shades of Blizzard Blue #9DEBEF
Tints of Blizzard Blue #9DEBEF
RGB
CMYK
RGB Variations
Color information
#9DEBEF (or 0x9DEBEF) is known color: Blizzard Blue. HEX triplet: 9D, EB and EF. RGB value is (157,235,239). Sum of RGB (Red+Green+Blue) = 157+235+239=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBEF is #621410. Grayscale: #D4D4D4. Windows color (decimal): -6427665 or 15723421. OLE color: 15723421.
HSL color Cylindrical-coordinate representation of color #9DEBEF: hue angle of 182.93º 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 #9DEBEF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 235 | 239 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.06 |
| HSL | 182.93º | 0.72% | 0.78% | - |
| HSV(B) | 182.93º | 0.34% | 0.94% | - |
| XYZ | 59.19 | 72.82 | 92.6 | - |
| YUV | 212.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 239 | 0.34 | 0.02 | 0 | 0.06 | 182.93 | 0.72 | 0.78 |
| Hex | 9D | EB | EF | 22 | 2 | 0 | 6 | B7 | 48 | 4E |
| Octal | 235 | 353 | 357 | 42 | 2 | 0 | 6 | 267 | 110 | 116 |
| Binary | 10011101 | 11101011 | 11101111 | 100010 | 10 | 0 | 110 | 10110111 | 1001000 | 1001110 |
Color Harmonies of #9DEBEF
Complementary color
Monochromatic Colors of #9DEBEF
Black with #9DEBEF
Text Example
Text Example
White with #9DEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBEF; }
p { color: rgb(157,235,239); }
H1.HeaderClassName
{
color: #9DEBEF;
}
.AnyTagClassName
{
color: #9DEBEF;
}
</style>
background-color css
<style>
a { background-color: #9DEBEF; }
a { background-color: rgb(157,235,239); }
div.DivClassName
{
background-color: #9DEBEF;
}
.BgClassName
{
background-color: #9DEBEF;
}
</style>
border-color css
<style>
span { border-color: #9DEBEF; }
span { border-color: rgb(157,235,239); }
td.TdClassName
{
border-color: #9DEBEF;
}
.TagClassName
{
border-color: #9DEBEF;
}
</style>