Shades of Powder Blue #ADE4EA
Tints of Powder Blue #ADE4EA
RGB
CMYK
RGB Variations
Color information
#ADE4EA (or 0xADE4EA) is known color: Powder Blue. HEX triplet: AD, E4 and EA. RGB value is (173,228,234). Sum of RGB (Red+Green+Blue) = 173+228+234=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4EA is #521B15. Grayscale: #D4D4D4. Windows color (decimal): -5380886 or 15393965. OLE color: 15393965.
HSL color Cylindrical-coordinate representation of color #ADE4EA: hue angle of 185.9º 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 #ADE4EA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 228 | 234 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.08 |
| HSL | 185.9º | 0.59% | 0.8% | - |
| HSV(B) | 185.9º | 0.26% | 0.92% | - |
| XYZ | 59.83 | 70.31 | 88.26 | - |
| YUV | 212.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 234 | 0.26 | 0.03 | 0 | 0.08 | 185.9 | 0.59 | 0.8 |
| Hex | AD | E4 | EA | 1A | 3 | 0 | 8 | BA | 3B | 50 |
| Octal | 255 | 344 | 352 | 32 | 3 | 0 | 10 | 272 | 73 | 120 |
| Binary | 10101101 | 11100100 | 11101010 | 11010 | 11 | 0 | 1000 | 10111010 | 111011 | 1010000 |
Color Harmonies of #ADE4EA
Complementary color
Monochromatic Colors of #ADE4EA
Black with #ADE4EA
Text Example
Text Example
White with #ADE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4EA; }
p { color: rgb(173,228,234); }
H1.HeaderClassName
{
color: #ADE4EA;
}
.AnyTagClassName
{
color: #ADE4EA;
}
</style>
background-color css
<style>
a { background-color: #ADE4EA; }
a { background-color: rgb(173,228,234); }
div.DivClassName
{
background-color: #ADE4EA;
}
.BgClassName
{
background-color: #ADE4EA;
}
</style>
border-color css
<style>
span { border-color: #ADE4EA; }
span { border-color: rgb(173,228,234); }
td.TdClassName
{
border-color: #ADE4EA;
}
.TagClassName
{
border-color: #ADE4EA;
}
</style>