Shades of Powder Blue #ADE0DD
Tints of Powder Blue #ADE0DD
RGB
CMYK
RGB Variations
Color information
#ADE0DD (or 0xADE0DD) is known color: Powder Blue. HEX triplet: AD, E0 and DD. RGB value is (173,224,221). Sum of RGB (Red+Green+Blue) = 173+224+221=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DD is #521F22. Grayscale: #D0D0D0. Windows color (decimal): -5381923 or 14540973. OLE color: 14540973.
HSL color Cylindrical-coordinate representation of color #ADE0DD: hue angle of 176.47º 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 #ADE0DD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 221 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.12 |
| HSL | 176.47º | 0.45% | 0.78% | - |
| HSV(B) | 176.47º | 0.23% | 0.88% | - |
| XYZ | 56.94 | 67.42 | 78.42 | - |
| YUV | 208.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 221 | 0.23 | 0 | 0.01 | 0.12 | 176.47 | 0.45 | 0.78 |
| Hex | AD | E0 | DD | 17 | 0 | 1 | C | B0 | 2D | 4E |
| Octal | 255 | 340 | 335 | 27 | 0 | 1 | 14 | 260 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11011101 | 10111 | 0 | 1 | 1100 | 10110000 | 101101 | 1001110 |
Color Harmonies of #ADE0DD
Complementary color
Monochromatic Colors of #ADE0DD
Black with #ADE0DD
Text Example
Text Example
White with #ADE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0DD; }
p { color: rgb(173,224,221); }
H1.HeaderClassName
{
color: #ADE0DD;
}
.AnyTagClassName
{
color: #ADE0DD;
}
</style>
background-color css
<style>
a { background-color: #ADE0DD; }
a { background-color: rgb(173,224,221); }
div.DivClassName
{
background-color: #ADE0DD;
}
.BgClassName
{
background-color: #ADE0DD;
}
</style>
border-color css
<style>
span { border-color: #ADE0DD; }
span { border-color: rgb(173,224,221); }
td.TdClassName
{
border-color: #ADE0DD;
}
.TagClassName
{
border-color: #ADE0DD;
}
</style>