Shades of Powder Blue #ADE6EC
Tints of Powder Blue #ADE6EC
RGB
CMYK
RGB Variations
Color information
#ADE6EC (or 0xADE6EC) is known color: Powder Blue. HEX triplet: AD, E6 and EC. RGB value is (173,230,236). Sum of RGB (Red+Green+Blue) = 173+230+236=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6EC is #521913. Grayscale: #D5D5D5. Windows color (decimal): -5380372 or 15525549. OLE color: 15525549.
HSL color Cylindrical-coordinate representation of color #ADE6EC: hue angle of 185.71º 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 #ADE6EC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 230 | 236 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 185.71º | 0.62% | 0.8% | - |
HSV(B) | 185.71º | 0.27% | 0.93% | - |
XYZ | 60.67 | 71.53 | 89.97 | - |
YUV | 213.64 | 140.62 | 99.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 230 | 236 | 0.27 | 0.03 | 0 | 0.07 | 185.71 | 0.62 | 0.8 |
Hex | AD | E6 | EC | 1B | 3 | 0 | 7 | BA | 3E | 50 |
Octal | 255 | 346 | 354 | 33 | 3 | 0 | 7 | 272 | 76 | 120 |
Binary | 10101101 | 11100110 | 11101100 | 11011 | 11 | 0 | 111 | 10111010 | 111110 | 1010000 |
Color Harmonies of #ADE6EC
Complementary color
Monochromatic Colors of #ADE6EC
Black with #ADE6EC
Text Example
Text Example
White with #ADE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6EC; }
p { color: rgb(173,230,236); }
H1.HeaderClassName
{
color: #ADE6EC;
}
.AnyTagClassName
{
color: #ADE6EC;
}
</style>
background-color css
<style>
a { background-color: #ADE6EC; }
a { background-color: rgb(173,230,236); }
div.DivClassName
{
background-color: #ADE6EC;
}
.BgClassName
{
background-color: #ADE6EC;
}
</style>
border-color css
<style>
span { border-color: #ADE6EC; }
span { border-color: rgb(173,230,236); }
td.TdClassName
{
border-color: #ADE6EC;
}
.TagClassName
{
border-color: #ADE6EC;
}
</style>