Shades of Powder Blue #ADE2DF
Tints of Powder Blue #ADE2DF
RGB
CMYK
RGB Variations
Color information
#ADE2DF (or 0xADE2DF) is known color: Powder Blue. HEX triplet: AD, E2 and DF. RGB value is (173,226,223). Sum of RGB (Red+Green+Blue) = 173+226+223=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DF is #521D20. Grayscale: #D1D1D1. Windows color (decimal): -5381409 or 14672557. OLE color: 14672557.
HSL color Cylindrical-coordinate representation of color #ADE2DF: hue angle of 176.6º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 223 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.11 |
| HSL | 176.6º | 0.48% | 0.78% | - |
| HSV(B) | 176.6º | 0.23% | 0.89% | - |
| XYZ | 57.75 | 68.6 | 80.01 | - |
| YUV | 209.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 223 | 0.23 | 0 | 0.01 | 0.11 | 176.6 | 0.48 | 0.78 |
| Hex | AD | E2 | DF | 17 | 0 | 1 | B | B1 | 30 | 4E |
| Octal | 255 | 342 | 337 | 27 | 0 | 1 | 13 | 261 | 60 | 116 |
| Binary | 10101101 | 11100010 | 11011111 | 10111 | 0 | 1 | 1011 | 10110001 | 110000 | 1001110 |
Color Harmonies of #ADE2DF
Complementary color
Monochromatic Colors of #ADE2DF
Black with #ADE2DF
Text Example
Text Example
White with #ADE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2DF; }
p { color: rgb(173,226,223); }
H1.HeaderClassName
{
color: #ADE2DF;
}
.AnyTagClassName
{
color: #ADE2DF;
}
</style>
background-color css
<style>
a { background-color: #ADE2DF; }
a { background-color: rgb(173,226,223); }
div.DivClassName
{
background-color: #ADE2DF;
}
.BgClassName
{
background-color: #ADE2DF;
}
</style>
border-color css
<style>
span { border-color: #ADE2DF; }
span { border-color: rgb(173,226,223); }
td.TdClassName
{
border-color: #ADE2DF;
}
.TagClassName
{
border-color: #ADE2DF;
}
</style>