Shades of Powder Blue #ADE0DF
Tints of Powder Blue #ADE0DF
RGB
CMYK
RGB Variations
Color information
#ADE0DF (or 0xADE0DF) is known color: Powder Blue. HEX triplet: AD, E0 and DF. RGB value is (173,224,223). Sum of RGB (Red+Green+Blue) = 173+224+223=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DF is #521F20. Grayscale: #D0D0D0. Windows color (decimal): -5381921 or 14672045. OLE color: 14672045.
HSL color Cylindrical-coordinate representation of color #ADE0DF: hue angle of 178.82º 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 #ADE0DF is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 223 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.12 |
| HSL | 178.82º | 0.45% | 0.78% | - |
| HSV(B) | 178.82º | 0.23% | 0.88% | - |
| XYZ | 57.21 | 67.52 | 79.83 | - |
| YUV | 208.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 223 | 0.23 | 0 | 0.00 | 0.12 | 178.82 | 0.45 | 0.78 |
| Hex | AD | E0 | DF | 17 | 0 | 0 | C | B3 | 2D | 4E |
| Octal | 255 | 340 | 337 | 27 | 0 | 0 | 14 | 263 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11011111 | 10111 | 0 | 0 | 1100 | 10110011 | 101101 | 1001110 |
Color Harmonies of #ADE0DF
Complementary color
Monochromatic Colors of #ADE0DF
Black with #ADE0DF
Text Example
Text Example
White with #ADE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0DF; }
p { color: rgb(173,224,223); }
H1.HeaderClassName
{
color: #ADE0DF;
}
.AnyTagClassName
{
color: #ADE0DF;
}
</style>
background-color css
<style>
a { background-color: #ADE0DF; }
a { background-color: rgb(173,224,223); }
div.DivClassName
{
background-color: #ADE0DF;
}
.BgClassName
{
background-color: #ADE0DF;
}
</style>
border-color css
<style>
span { border-color: #ADE0DF; }
span { border-color: rgb(173,224,223); }
td.TdClassName
{
border-color: #ADE0DF;
}
.TagClassName
{
border-color: #ADE0DF;
}
</style>