Shades of Powder Blue #ADE1DF
Tints of Powder Blue #ADE1DF
RGB
CMYK
RGB Variations
Color information
#ADE1DF (or 0xADE1DF) is known color: Powder Blue. HEX triplet: AD, E1 and DF. RGB value is (173,225,223). Sum of RGB (Red+Green+Blue) = 173+225+223=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1DF is #521E20. Grayscale: #D1D1D1. Windows color (decimal): -5381665 or 14672301. OLE color: 14672301.
HSL color Cylindrical-coordinate representation of color #ADE1DF: hue angle of 177.69º 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 #ADE1DF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 223 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.12 |
| HSL | 177.69º | 0.46% | 0.78% | - |
| HSV(B) | 177.69º | 0.23% | 0.88% | - |
| XYZ | 57.48 | 68.06 | 79.92 | - |
| YUV | 209.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 223 | 0.23 | 0 | 0.01 | 0.12 | 177.69 | 0.46 | 0.78 |
| Hex | AD | E1 | DF | 17 | 0 | 1 | C | B2 | 2E | 4E |
| Octal | 255 | 341 | 337 | 27 | 0 | 1 | 14 | 262 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11011111 | 10111 | 0 | 1 | 1100 | 10110010 | 101110 | 1001110 |
Color Harmonies of #ADE1DF
Complementary color
Monochromatic Colors of #ADE1DF
Black with #ADE1DF
Text Example
Text Example
White with #ADE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1DF; }
p { color: rgb(173,225,223); }
H1.HeaderClassName
{
color: #ADE1DF;
}
.AnyTagClassName
{
color: #ADE1DF;
}
</style>
background-color css
<style>
a { background-color: #ADE1DF; }
a { background-color: rgb(173,225,223); }
div.DivClassName
{
background-color: #ADE1DF;
}
.BgClassName
{
background-color: #ADE1DF;
}
</style>
border-color css
<style>
span { border-color: #ADE1DF; }
span { border-color: rgb(173,225,223); }
td.TdClassName
{
border-color: #ADE1DF;
}
.TagClassName
{
border-color: #ADE1DF;
}
</style>