Shades of Powder Blue #ADE4ED
Tints of Powder Blue #ADE4ED
RGB
CMYK
RGB Variations
Color information
#ADE4ED (or 0xADE4ED) is known color: Powder Blue. HEX triplet: AD, E4 and ED. RGB value is (173,228,237). Sum of RGB (Red+Green+Blue) = 173+228+237=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4ED is #521B12. Grayscale: #D4D4D4. Windows color (decimal): -5380883 or 15590573. OLE color: 15590573.
HSL color Cylindrical-coordinate representation of color #ADE4ED: hue angle of 188.44º 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 #ADE4ED is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 228 | 237 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 188.44º | 0.64% | 0.8% | - |
| HSV(B) | 188.44º | 0.27% | 0.93% | - |
| XYZ | 60.26 | 70.49 | 90.55 | - |
| YUV | 212.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 237 | 0.27 | 0.04 | 0 | 0.07 | 188.44 | 0.64 | 0.8 |
| Hex | AD | E4 | ED | 1B | 4 | 0 | 7 | BC | 40 | 50 |
| Octal | 255 | 344 | 355 | 33 | 4 | 0 | 7 | 274 | 100 | 120 |
| Binary | 10101101 | 11100100 | 11101101 | 11011 | 100 | 0 | 111 | 10111100 | 1000000 | 1010000 |
Color Harmonies of #ADE4ED
Complementary color
Monochromatic Colors of #ADE4ED
Black with #ADE4ED
Text Example
Text Example
White with #ADE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4ED; }
p { color: rgb(173,228,237); }
H1.HeaderClassName
{
color: #ADE4ED;
}
.AnyTagClassName
{
color: #ADE4ED;
}
</style>
background-color css
<style>
a { background-color: #ADE4ED; }
a { background-color: rgb(173,228,237); }
div.DivClassName
{
background-color: #ADE4ED;
}
.BgClassName
{
background-color: #ADE4ED;
}
</style>
border-color css
<style>
span { border-color: #ADE4ED; }
span { border-color: rgb(173,228,237); }
td.TdClassName
{
border-color: #ADE4ED;
}
.TagClassName
{
border-color: #ADE4ED;
}
</style>