Shades of Powder Blue #ADE1DE
Tints of Powder Blue #ADE1DE
RGB
CMYK
RGB Variations
Color information
#ADE1DE (or 0xADE1DE) is known color: Powder Blue. HEX triplet: AD, E1 and DE. RGB value is (173,225,222). Sum of RGB (Red+Green+Blue) = 173+225+222=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1DE is #521E21. Grayscale: #D1D1D1. Windows color (decimal): -5381666 or 14606765. OLE color: 14606765.
HSL color Cylindrical-coordinate representation of color #ADE1DE: hue angle of 176.54º degrees, saturation: 0.46, 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 #ADE1DE is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 222 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.12 |
| HSL | 176.54º | 0.46% | 0.78% | - |
| HSV(B) | 176.54º | 0.23% | 0.88% | - |
| XYZ | 57.34 | 68.01 | 79.21 | - |
| YUV | 209.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 222 | 0.23 | 0 | 0.01 | 0.12 | 176.54 | 0.46 | 0.78 |
| Hex | AD | E1 | DE | 17 | 0 | 1 | C | B1 | 2E | 4E |
| Octal | 255 | 341 | 336 | 27 | 0 | 1 | 14 | 261 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11011110 | 10111 | 0 | 1 | 1100 | 10110001 | 101110 | 1001110 |
Color Harmonies of #ADE1DE
Complementary color
Monochromatic Colors of #ADE1DE
Black with #ADE1DE
Text Example
Text Example
White with #ADE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1DE; }
p { color: rgb(173,225,222); }
H1.HeaderClassName
{
color: #ADE1DE;
}
.AnyTagClassName
{
color: #ADE1DE;
}
</style>
background-color css
<style>
a { background-color: #ADE1DE; }
a { background-color: rgb(173,225,222); }
div.DivClassName
{
background-color: #ADE1DE;
}
.BgClassName
{
background-color: #ADE1DE;
}
</style>
border-color css
<style>
span { border-color: #ADE1DE; }
span { border-color: rgb(173,225,222); }
td.TdClassName
{
border-color: #ADE1DE;
}
.TagClassName
{
border-color: #ADE1DE;
}
</style>