Shades of Powder Blue #ADE5EC
Tints of Powder Blue #ADE5EC
RGB
CMYK
RGB Variations
Color information
#ADE5EC (or 0xADE5EC) is known color: Powder Blue. HEX triplet: AD, E5 and EC. RGB value is (173,229,236). Sum of RGB (Red+Green+Blue) = 173+229+236=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5EC is #521A13. Grayscale: #D4D4D4. Windows color (decimal): -5380628 or 15525293. OLE color: 15525293.
HSL color Cylindrical-coordinate representation of color #ADE5EC: hue angle of 186.67º 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 #ADE5EC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 229 | 236 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 186.67º | 0.62% | 0.8% | - |
HSV(B) | 186.67º | 0.27% | 0.93% | - |
XYZ | 60.39 | 70.98 | 89.87 | - |
YUV | 213.05 | 140.95 | 99.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 229 | 236 | 0.27 | 0.03 | 0 | 0.07 | 186.67 | 0.62 | 0.8 |
Hex | AD | E5 | EC | 1B | 3 | 0 | 7 | BB | 3E | 50 |
Octal | 255 | 345 | 354 | 33 | 3 | 0 | 7 | 273 | 76 | 120 |
Binary | 10101101 | 11100101 | 11101100 | 11011 | 11 | 0 | 111 | 10111011 | 111110 | 1010000 |
Color Harmonies of #ADE5EC
Complementary color
Monochromatic Colors of #ADE5EC
Black with #ADE5EC
Text Example
Text Example
White with #ADE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5EC; }
p { color: rgb(173,229,236); }
H1.HeaderClassName
{
color: #ADE5EC;
}
.AnyTagClassName
{
color: #ADE5EC;
}
</style>
background-color css
<style>
a { background-color: #ADE5EC; }
a { background-color: rgb(173,229,236); }
div.DivClassName
{
background-color: #ADE5EC;
}
.BgClassName
{
background-color: #ADE5EC;
}
</style>
border-color css
<style>
span { border-color: #ADE5EC; }
span { border-color: rgb(173,229,236); }
td.TdClassName
{
border-color: #ADE5EC;
}
.TagClassName
{
border-color: #ADE5EC;
}
</style>