Shades of Blizzard Blue #9DEBF6
Tints of Blizzard Blue #9DEBF6
RGB
CMYK
RGB Variations
Color information
#9DEBF6 (or 0x9DEBF6) is known color: Blizzard Blue. HEX triplet: 9D, EB and F6. RGB value is (157,235,246). Sum of RGB (Red+Green+Blue) = 157+235+246=638 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.61% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DEBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBF6 is #621409. Grayscale: #D4D4D4. Windows color (decimal): -6427658 or 16182173. OLE color: 16182173.
HSL color Cylindrical-coordinate representation of color #9DEBF6: hue angle of 187.42º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DEBF6 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 235 | 246 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.04 |
| HSL | 187.42º | 0.83% | 0.79% | - |
| HSV(B) | 187.42º | 0.36% | 0.96% | - |
| XYZ | 60.25 | 73.24 | 98.15 | - |
| YUV | 212.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 246 | 0.36 | 0.04 | 0 | 0.04 | 187.42 | 0.83 | 0.79 |
| Hex | 9D | EB | F6 | 24 | 4 | 0 | 4 | BB | 53 | 4F |
| Octal | 235 | 353 | 366 | 44 | 4 | 0 | 4 | 273 | 123 | 117 |
| Binary | 10011101 | 11101011 | 11110110 | 100100 | 100 | 0 | 100 | 10111011 | 1010011 | 1001111 |
Color Harmonies of #9DEBF6
Complementary color
Monochromatic Colors of #9DEBF6
Black with #9DEBF6
Text Example
Text Example
White with #9DEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBF6; }
p { color: rgb(157,235,246); }
H1.HeaderClassName
{
color: #9DEBF6;
}
.AnyTagClassName
{
color: #9DEBF6;
}
</style>
background-color css
<style>
a { background-color: #9DEBF6; }
a { background-color: rgb(157,235,246); }
div.DivClassName
{
background-color: #9DEBF6;
}
.BgClassName
{
background-color: #9DEBF6;
}
</style>
border-color css
<style>
span { border-color: #9DEBF6; }
span { border-color: rgb(157,235,246); }
td.TdClassName
{
border-color: #9DEBF6;
}
.TagClassName
{
border-color: #9DEBF6;
}
</style>