Shades of Powder Blue #ADE2EC
Tints of Powder Blue #ADE2EC
RGB
CMYK
RGB Variations
Color information
#ADE2EC (or 0xADE2EC) is known color: Powder Blue. HEX triplet: AD, E2 and EC. RGB value is (173,226,236). Sum of RGB (Red+Green+Blue) = 173+226+236=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2EC is #521D13. Grayscale: #D3D3D3. Windows color (decimal): -5381396 or 15524525. OLE color: 15524525.
HSL color Cylindrical-coordinate representation of color #ADE2EC: hue angle of 189.52º 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 #ADE2EC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 226 | 236 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 189.52º | 0.62% | 0.8% | - |
| HSV(B) | 189.52º | 0.27% | 0.93% | - |
| XYZ | 59.57 | 69.33 | 89.6 | - |
| YUV | 211.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 236 | 0.27 | 0.04 | 0 | 0.07 | 189.52 | 0.62 | 0.8 |
| Hex | AD | E2 | EC | 1B | 4 | 0 | 7 | BE | 3E | 50 |
| Octal | 255 | 342 | 354 | 33 | 4 | 0 | 7 | 276 | 76 | 120 |
| Binary | 10101101 | 11100010 | 11101100 | 11011 | 100 | 0 | 111 | 10111110 | 111110 | 1010000 |
Color Harmonies of #ADE2EC
Complementary color
Monochromatic Colors of #ADE2EC
Black with #ADE2EC
Text Example
Text Example
White with #ADE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2EC; }
p { color: rgb(173,226,236); }
H1.HeaderClassName
{
color: #ADE2EC;
}
.AnyTagClassName
{
color: #ADE2EC;
}
</style>
background-color css
<style>
a { background-color: #ADE2EC; }
a { background-color: rgb(173,226,236); }
div.DivClassName
{
background-color: #ADE2EC;
}
.BgClassName
{
background-color: #ADE2EC;
}
</style>
border-color css
<style>
span { border-color: #ADE2EC; }
span { border-color: rgb(173,226,236); }
td.TdClassName
{
border-color: #ADE2EC;
}
.TagClassName
{
border-color: #ADE2EC;
}
</style>