Shades of Powder Blue #ADE4EC
Tints of Powder Blue #ADE4EC
RGB
CMYK
RGB Variations
Color information
#ADE4EC (or 0xADE4EC) is known color: Powder Blue. HEX triplet: AD, E4 and EC. RGB value is (173,228,236). Sum of RGB (Red+Green+Blue) = 173+228+236=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4EC is #521B13. Grayscale: #D4D4D4. Windows color (decimal): -5380884 or 15525037. OLE color: 15525037.
HSL color Cylindrical-coordinate representation of color #ADE4EC: hue angle of 187.62º 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 #ADE4EC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 228 | 236 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 187.62º | 0.62% | 0.8% | - |
HSV(B) | 187.62º | 0.27% | 0.93% | - |
XYZ | 60.12 | 70.43 | 89.78 | - |
YUV | 212.47 | 141.28 | 99.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 236 | 0.27 | 0.03 | 0 | 0.07 | 187.62 | 0.62 | 0.8 |
Hex | AD | E4 | EC | 1B | 3 | 0 | 7 | BC | 3E | 50 |
Octal | 255 | 344 | 354 | 33 | 3 | 0 | 7 | 274 | 76 | 120 |
Binary | 10101101 | 11100100 | 11101100 | 11011 | 11 | 0 | 111 | 10111100 | 111110 | 1010000 |
Color Harmonies of #ADE4EC
Complementary color
Monochromatic Colors of #ADE4EC
Black with #ADE4EC
Text Example
Text Example
White with #ADE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4EC; }
p { color: rgb(173,228,236); }
H1.HeaderClassName
{
color: #ADE4EC;
}
.AnyTagClassName
{
color: #ADE4EC;
}
</style>
background-color css
<style>
a { background-color: #ADE4EC; }
a { background-color: rgb(173,228,236); }
div.DivClassName
{
background-color: #ADE4EC;
}
.BgClassName
{
background-color: #ADE4EC;
}
</style>
border-color css
<style>
span { border-color: #ADE4EC; }
span { border-color: rgb(173,228,236); }
td.TdClassName
{
border-color: #ADE4EC;
}
.TagClassName
{
border-color: #ADE4EC;
}
</style>