Shades of Powder Blue #ADD9E0
Tints of Powder Blue #ADD9E0
RGB
CMYK
RGB Variations
Color information
#ADD9E0 (or 0xADD9E0) is known color: Powder Blue. HEX triplet: AD, D9 and E0. RGB value is (173,217,224). Sum of RGB (Red+Green+Blue) = 173+217+224=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADD9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9E0 is #52261F. Grayscale: #CCCCCC. Windows color (decimal): -5383712 or 14735789. OLE color: 14735789.
HSL color Cylindrical-coordinate representation of color #ADD9E0: hue angle of 188.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD9E0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 217 | 224 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.12 |
| HSL | 188.24º | 0.45% | 0.78% | - |
| HSV(B) | 188.24º | 0.23% | 0.88% | - |
| XYZ | 55.5 | 63.89 | 79.93 | - |
| YUV | 204.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 224 | 0.23 | 0.03 | 0 | 0.12 | 188.24 | 0.45 | 0.78 |
| Hex | AD | D9 | E0 | 17 | 3 | 0 | C | BC | 2D | 4E |
| Octal | 255 | 331 | 340 | 27 | 3 | 0 | 14 | 274 | 55 | 116 |
| Binary | 10101101 | 11011001 | 11100000 | 10111 | 11 | 0 | 1100 | 10111100 | 101101 | 1001110 |
Color Harmonies of #ADD9E0
Complementary color
Monochromatic Colors of #ADD9E0
Black with #ADD9E0
Text Example
Text Example
White with #ADD9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9E0; }
p { color: rgb(173,217,224); }
H1.HeaderClassName
{
color: #ADD9E0;
}
.AnyTagClassName
{
color: #ADD9E0;
}
</style>
background-color css
<style>
a { background-color: #ADD9E0; }
a { background-color: rgb(173,217,224); }
div.DivClassName
{
background-color: #ADD9E0;
}
.BgClassName
{
background-color: #ADD9E0;
}
</style>
border-color css
<style>
span { border-color: #ADD9E0; }
span { border-color: rgb(173,217,224); }
td.TdClassName
{
border-color: #ADD9E0;
}
.TagClassName
{
border-color: #ADD9E0;
}
</style>