Shades of Powder Blue #ADE1EC
Tints of Powder Blue #ADE1EC
RGB
CMYK
RGB Variations
Color information
#ADE1EC (or 0xADE1EC) is known color: Powder Blue. HEX triplet: AD, E1 and EC. RGB value is (173,225,236). Sum of RGB (Red+Green+Blue) = 173+225+236=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1EC is #521E13. Grayscale: #D2D2D2. Windows color (decimal): -5381652 or 15524269. OLE color: 15524269.
HSL color Cylindrical-coordinate representation of color #ADE1EC: hue angle of 190.48º 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 #ADE1EC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 225 | 236 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 190.48º | 0.62% | 0.8% | - |
| HSV(B) | 190.48º | 0.27% | 0.93% | - |
| XYZ | 59.3 | 68.79 | 89.51 | - |
| YUV | 210.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 236 | 0.27 | 0.05 | 0 | 0.07 | 190.48 | 0.62 | 0.8 |
| Hex | AD | E1 | EC | 1B | 5 | 0 | 7 | BE | 3E | 50 |
| Octal | 255 | 341 | 354 | 33 | 5 | 0 | 7 | 276 | 76 | 120 |
| Binary | 10101101 | 11100001 | 11101100 | 11011 | 101 | 0 | 111 | 10111110 | 111110 | 1010000 |
Color Harmonies of #ADE1EC
Complementary color
Monochromatic Colors of #ADE1EC
Black with #ADE1EC
Text Example
Text Example
White with #ADE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1EC; }
p { color: rgb(173,225,236); }
H1.HeaderClassName
{
color: #ADE1EC;
}
.AnyTagClassName
{
color: #ADE1EC;
}
</style>
background-color css
<style>
a { background-color: #ADE1EC; }
a { background-color: rgb(173,225,236); }
div.DivClassName
{
background-color: #ADE1EC;
}
.BgClassName
{
background-color: #ADE1EC;
}
</style>
border-color css
<style>
span { border-color: #ADE1EC; }
span { border-color: rgb(173,225,236); }
td.TdClassName
{
border-color: #ADE1EC;
}
.TagClassName
{
border-color: #ADE1EC;
}
</style>