Shades of Powder Blue #ADE0EC
Tints of Powder Blue #ADE0EC
RGB
CMYK
RGB Variations
Color information
#ADE0EC (or 0xADE0EC) is known color: Powder Blue. HEX triplet: AD, E0 and EC. RGB value is (173,224,236). Sum of RGB (Red+Green+Blue) = 173+224+236=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0EC is #521F13. Grayscale: #D2D2D2. Windows color (decimal): -5381908 or 15524013. OLE color: 15524013.
HSL color Cylindrical-coordinate representation of color #ADE0EC: hue angle of 191.43º 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 #ADE0EC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 224 | 236 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 191.43º | 0.62% | 0.8% | - |
| HSV(B) | 191.43º | 0.27% | 0.93% | - |
| XYZ | 59.03 | 68.25 | 89.42 | - |
| YUV | 210.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 236 | 0.27 | 0.05 | 0 | 0.07 | 191.43 | 0.62 | 0.8 |
| Hex | AD | E0 | EC | 1B | 5 | 0 | 7 | BF | 3E | 50 |
| Octal | 255 | 340 | 354 | 33 | 5 | 0 | 7 | 277 | 76 | 120 |
| Binary | 10101101 | 11100000 | 11101100 | 11011 | 101 | 0 | 111 | 10111111 | 111110 | 1010000 |
Color Harmonies of #ADE0EC
Complementary color
Monochromatic Colors of #ADE0EC
Black with #ADE0EC
Text Example
Text Example
White with #ADE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0EC; }
p { color: rgb(173,224,236); }
H1.HeaderClassName
{
color: #ADE0EC;
}
.AnyTagClassName
{
color: #ADE0EC;
}
</style>
background-color css
<style>
a { background-color: #ADE0EC; }
a { background-color: rgb(173,224,236); }
div.DivClassName
{
background-color: #ADE0EC;
}
.BgClassName
{
background-color: #ADE0EC;
}
</style>
border-color css
<style>
span { border-color: #ADE0EC; }
span { border-color: rgb(173,224,236); }
td.TdClassName
{
border-color: #ADE0EC;
}
.TagClassName
{
border-color: #ADE0EC;
}
</style>