Shades of Blizzard Blue #9DEBEC
Tints of Blizzard Blue #9DEBEC
RGB
CMYK
RGB Variations
Color information
#9DEBEC (or 0x9DEBEC) is known color: Blizzard Blue. HEX triplet: 9D, EB and EC. RGB value is (157,235,236). Sum of RGB (Red+Green+Blue) = 157+235+236=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBEC is #621413. Grayscale: #D3D3D3. Windows color (decimal): -6427668 or 15526813. OLE color: 15526813.
HSL color Cylindrical-coordinate representation of color #9DEBEC: hue angle of 180.76º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBEC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 235 | 236 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.07 |
| HSL | 180.76º | 0.68% | 0.77% | - |
| HSV(B) | 180.76º | 0.33% | 0.93% | - |
| XYZ | 58.75 | 72.64 | 90.28 | - |
| YUV | 211.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 236 | 0.33 | 0.00 | 0 | 0.07 | 180.76 | 0.68 | 0.77 |
| Hex | 9D | EB | EC | 21 | 0 | 0 | 7 | B5 | 44 | 4D |
| Octal | 235 | 353 | 354 | 41 | 0 | 0 | 7 | 265 | 104 | 115 |
| Binary | 10011101 | 11101011 | 11101100 | 100001 | 0 | 0 | 111 | 10110101 | 1000100 | 1001101 |
Color Harmonies of #9DEBEC
Complementary color
Monochromatic Colors of #9DEBEC
Black with #9DEBEC
Text Example
Text Example
White with #9DEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBEC; }
p { color: rgb(157,235,236); }
H1.HeaderClassName
{
color: #9DEBEC;
}
.AnyTagClassName
{
color: #9DEBEC;
}
</style>
background-color css
<style>
a { background-color: #9DEBEC; }
a { background-color: rgb(157,235,236); }
div.DivClassName
{
background-color: #9DEBEC;
}
.BgClassName
{
background-color: #9DEBEC;
}
</style>
border-color css
<style>
span { border-color: #9DEBEC; }
span { border-color: rgb(157,235,236); }
td.TdClassName
{
border-color: #9DEBEC;
}
.TagClassName
{
border-color: #9DEBEC;
}
</style>