Shades of Powder Blue #ADE7EC
Tints of Powder Blue #ADE7EC
RGB
CMYK
RGB Variations
Color information
#ADE7EC (or 0xADE7EC) is known color: Powder Blue. HEX triplet: AD, E7 and EC. RGB value is (173,231,236). Sum of RGB (Red+Green+Blue) = 173+231+236=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7EC is #521813. Grayscale: #D6D6D6. Windows color (decimal): -5380116 or 15525805. OLE color: 15525805.
HSL color Cylindrical-coordinate representation of color #ADE7EC: hue angle of 184.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE7EC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 231 | 236 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.07 |
| HSL | 184.76º | 0.62% | 0.8% | - |
| HSV(B) | 184.76º | 0.27% | 0.93% | - |
| XYZ | 60.95 | 72.09 | 90.06 | - |
| YUV | 214.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 236 | 0.27 | 0.02 | 0 | 0.07 | 184.76 | 0.62 | 0.8 |
| Hex | AD | E7 | EC | 1B | 2 | 0 | 7 | B9 | 3E | 50 |
| Octal | 255 | 347 | 354 | 33 | 2 | 0 | 7 | 271 | 76 | 120 |
| Binary | 10101101 | 11100111 | 11101100 | 11011 | 10 | 0 | 111 | 10111001 | 111110 | 1010000 |
Color Harmonies of #ADE7EC
Complementary color
Monochromatic Colors of #ADE7EC
Black with #ADE7EC
Text Example
Text Example
White with #ADE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7EC; }
p { color: rgb(173,231,236); }
H1.HeaderClassName
{
color: #ADE7EC;
}
.AnyTagClassName
{
color: #ADE7EC;
}
</style>
background-color css
<style>
a { background-color: #ADE7EC; }
a { background-color: rgb(173,231,236); }
div.DivClassName
{
background-color: #ADE7EC;
}
.BgClassName
{
background-color: #ADE7EC;
}
</style>
border-color css
<style>
span { border-color: #ADE7EC; }
span { border-color: rgb(173,231,236); }
td.TdClassName
{
border-color: #ADE7EC;
}
.TagClassName
{
border-color: #ADE7EC;
}
</style>