Shades of Powder Blue #ADE4E9
Tints of Powder Blue #ADE4E9
RGB
CMYK
RGB Variations
Color information
#ADE4E9 (or 0xADE4E9) is known color: Powder Blue. HEX triplet: AD, E4 and E9. RGB value is (173,228,233). Sum of RGB (Red+Green+Blue) = 173+228+233=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADE4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4E9 is #521B16. Grayscale: #D4D4D4. Windows color (decimal): -5380887 or 15328429. OLE color: 15328429.
HSL color Cylindrical-coordinate representation of color #ADE4E9: hue angle of 185º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE4E9 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 228 | 233 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.09 |
| HSL | 185º | 0.58% | 0.8% | - |
| HSV(B) | 185º | 0.26% | 0.91% | - |
| XYZ | 59.68 | 70.25 | 87.51 | - |
| YUV | 212.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 233 | 0.26 | 0.02 | 0 | 0.09 | 185 | 0.58 | 0.8 |
| Hex | AD | E4 | E9 | 1A | 2 | 0 | 9 | B9 | 3A | 50 |
| Octal | 255 | 344 | 351 | 32 | 2 | 0 | 11 | 271 | 72 | 120 |
| Binary | 10101101 | 11100100 | 11101001 | 11010 | 10 | 0 | 1001 | 10111001 | 111010 | 1010000 |
Color Harmonies of #ADE4E9
Complementary color
Monochromatic Colors of #ADE4E9
Black with #ADE4E9
Text Example
Text Example
White with #ADE4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4E9; }
p { color: rgb(173,228,233); }
H1.HeaderClassName
{
color: #ADE4E9;
}
.AnyTagClassName
{
color: #ADE4E9;
}
</style>
background-color css
<style>
a { background-color: #ADE4E9; }
a { background-color: rgb(173,228,233); }
div.DivClassName
{
background-color: #ADE4E9;
}
.BgClassName
{
background-color: #ADE4E9;
}
</style>
border-color css
<style>
span { border-color: #ADE4E9; }
span { border-color: rgb(173,228,233); }
td.TdClassName
{
border-color: #ADE4E9;
}
.TagClassName
{
border-color: #ADE4E9;
}
</style>