Shades of Powder Blue #ADE5EA
Tints of Powder Blue #ADE5EA
RGB
CMYK
RGB Variations
Color information
#ADE5EA (or 0xADE5EA) is known color: Powder Blue. HEX triplet: AD, E5 and EA. RGB value is (173,229,234). Sum of RGB (Red+Green+Blue) = 173+229+234=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5EA is #521A15. Grayscale: #D4D4D4. Windows color (decimal): -5380630 or 15394221. OLE color: 15394221.
HSL color Cylindrical-coordinate representation of color #ADE5EA: hue angle of 184.92º 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 #ADE5EA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 229 | 234 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.08 |
| HSL | 184.92º | 0.59% | 0.8% | - |
| HSV(B) | 184.92º | 0.26% | 0.92% | - |
| XYZ | 60.1 | 70.86 | 88.35 | - |
| YUV | 212.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 234 | 0.26 | 0.02 | 0 | 0.08 | 184.92 | 0.59 | 0.8 |
| Hex | AD | E5 | EA | 1A | 2 | 0 | 8 | B9 | 3B | 50 |
| Octal | 255 | 345 | 352 | 32 | 2 | 0 | 10 | 271 | 73 | 120 |
| Binary | 10101101 | 11100101 | 11101010 | 11010 | 10 | 0 | 1000 | 10111001 | 111011 | 1010000 |
Color Harmonies of #ADE5EA
Complementary color
Monochromatic Colors of #ADE5EA
Black with #ADE5EA
Text Example
Text Example
White with #ADE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5EA; }
p { color: rgb(173,229,234); }
H1.HeaderClassName
{
color: #ADE5EA;
}
.AnyTagClassName
{
color: #ADE5EA;
}
</style>
background-color css
<style>
a { background-color: #ADE5EA; }
a { background-color: rgb(173,229,234); }
div.DivClassName
{
background-color: #ADE5EA;
}
.BgClassName
{
background-color: #ADE5EA;
}
</style>
border-color css
<style>
span { border-color: #ADE5EA; }
span { border-color: rgb(173,229,234); }
td.TdClassName
{
border-color: #ADE5EA;
}
.TagClassName
{
border-color: #ADE5EA;
}
</style>