Shades of Blizzard Blue #9DEBEE
Tints of Blizzard Blue #9DEBEE
RGB
CMYK
RGB Variations
Color information
#9DEBEE (or 0x9DEBEE) is known color: Blizzard Blue. HEX triplet: 9D, EB and EE. RGB value is (157,235,238). Sum of RGB (Red+Green+Blue) = 157+235+238=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBEE is #621411. Grayscale: #D3D3D3. Windows color (decimal): -6427666 or 15657885. OLE color: 15657885.
HSL color Cylindrical-coordinate representation of color #9DEBEE: hue angle of 182.22º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEBEE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 235 | 238 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.07 |
| HSL | 182.22º | 0.7% | 0.77% | - |
| HSV(B) | 182.22º | 0.34% | 0.93% | - |
| XYZ | 59.05 | 72.76 | 91.82 | - |
| YUV | 212.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 238 | 0.34 | 0.01 | 0 | 0.07 | 182.22 | 0.7 | 0.77 |
| Hex | 9D | EB | EE | 22 | 1 | 0 | 7 | B6 | 46 | 4D |
| Octal | 235 | 353 | 356 | 42 | 1 | 0 | 7 | 266 | 106 | 115 |
| Binary | 10011101 | 11101011 | 11101110 | 100010 | 1 | 0 | 111 | 10110110 | 1000110 | 1001101 |
Color Harmonies of #9DEBEE
Complementary color
Monochromatic Colors of #9DEBEE
Black with #9DEBEE
Text Example
Text Example
White with #9DEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBEE; }
p { color: rgb(157,235,238); }
H1.HeaderClassName
{
color: #9DEBEE;
}
.AnyTagClassName
{
color: #9DEBEE;
}
</style>
background-color css
<style>
a { background-color: #9DEBEE; }
a { background-color: rgb(157,235,238); }
div.DivClassName
{
background-color: #9DEBEE;
}
.BgClassName
{
background-color: #9DEBEE;
}
</style>
border-color css
<style>
span { border-color: #9DEBEE; }
span { border-color: rgb(157,235,238); }
td.TdClassName
{
border-color: #9DEBEE;
}
.TagClassName
{
border-color: #9DEBEE;
}
</style>