Shades of Powder Blue #ADE0EA
Tints of Powder Blue #ADE0EA
RGB
CMYK
RGB Variations
Color information
#ADE0EA (or 0xADE0EA) is known color: Powder Blue. HEX triplet: AD, E0 and EA. RGB value is (173,224,234). Sum of RGB (Red+Green+Blue) = 173+224+234=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0EA is #521F15. Grayscale: #D1D1D1. Windows color (decimal): -5381910 or 15392941. OLE color: 15392941.
HSL color Cylindrical-coordinate representation of color #ADE0EA: hue angle of 189.84º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE0EA is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 224 | 234 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.08 |
| HSL | 189.84º | 0.59% | 0.8% | - |
| HSV(B) | 189.84º | 0.26% | 0.92% | - |
| XYZ | 58.74 | 68.14 | 87.9 | - |
| YUV | 209.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 234 | 0.26 | 0.04 | 0 | 0.08 | 189.84 | 0.59 | 0.8 |
| Hex | AD | E0 | EA | 1A | 4 | 0 | 8 | BE | 3B | 50 |
| Octal | 255 | 340 | 352 | 32 | 4 | 0 | 10 | 276 | 73 | 120 |
| Binary | 10101101 | 11100000 | 11101010 | 11010 | 100 | 0 | 1000 | 10111110 | 111011 | 1010000 |
Color Harmonies of #ADE0EA
Complementary color
Monochromatic Colors of #ADE0EA
Black with #ADE0EA
Text Example
Text Example
White with #ADE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0EA; }
p { color: rgb(173,224,234); }
H1.HeaderClassName
{
color: #ADE0EA;
}
.AnyTagClassName
{
color: #ADE0EA;
}
</style>
background-color css
<style>
a { background-color: #ADE0EA; }
a { background-color: rgb(173,224,234); }
div.DivClassName
{
background-color: #ADE0EA;
}
.BgClassName
{
background-color: #ADE0EA;
}
</style>
border-color css
<style>
span { border-color: #ADE0EA; }
span { border-color: rgb(173,224,234); }
td.TdClassName
{
border-color: #ADE0EA;
}
.TagClassName
{
border-color: #ADE0EA;
}
</style>