Shades of Powder Blue #ADE5ED
Tints of Powder Blue #ADE5ED
RGB
CMYK
RGB Variations
Color information
#ADE5ED (or 0xADE5ED) is known color: Powder Blue. HEX triplet: AD, E5 and ED. RGB value is (173,229,237). Sum of RGB (Red+Green+Blue) = 173+229+237=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5ED is #521A12. Grayscale: #D5D5D5. Windows color (decimal): -5380627 or 15590829. OLE color: 15590829.
HSL color Cylindrical-coordinate representation of color #ADE5ED: hue angle of 187.5º degrees, saturation: 0.64, 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 #ADE5ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 229 | 237 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 187.5º | 0.64% | 0.8% | - |
HSV(B) | 187.5º | 0.27% | 0.93% | - |
XYZ | 60.54 | 71.04 | 90.64 | - |
YUV | 213.17 | 141.45 | 99.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 229 | 237 | 0.27 | 0.03 | 0 | 0.07 | 187.5 | 0.64 | 0.8 |
Hex | AD | E5 | ED | 1B | 3 | 0 | 7 | BC | 40 | 50 |
Octal | 255 | 345 | 355 | 33 | 3 | 0 | 7 | 274 | 100 | 120 |
Binary | 10101101 | 11100101 | 11101101 | 11011 | 11 | 0 | 111 | 10111100 | 1000000 | 1010000 |
Color Harmonies of #ADE5ED
Complementary color
Monochromatic Colors of #ADE5ED
Black with #ADE5ED
Text Example
Text Example
White with #ADE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5ED; }
p { color: rgb(173,229,237); }
H1.HeaderClassName
{
color: #ADE5ED;
}
.AnyTagClassName
{
color: #ADE5ED;
}
</style>
background-color css
<style>
a { background-color: #ADE5ED; }
a { background-color: rgb(173,229,237); }
div.DivClassName
{
background-color: #ADE5ED;
}
.BgClassName
{
background-color: #ADE5ED;
}
</style>
border-color css
<style>
span { border-color: #ADE5ED; }
span { border-color: rgb(173,229,237); }
td.TdClassName
{
border-color: #ADE5ED;
}
.TagClassName
{
border-color: #ADE5ED;
}
</style>