Shades of Powder Blue #ADE1ED
Tints of Powder Blue #ADE1ED
RGB
CMYK
RGB Variations
Color information
#ADE1ED (or 0xADE1ED) is known color: Powder Blue. HEX triplet: AD, E1 and ED. RGB value is (173,225,237). Sum of RGB (Red+Green+Blue) = 173+225+237=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1ED is #521E12. Grayscale: #D2D2D2. Windows color (decimal): -5381651 or 15589805. OLE color: 15589805.
HSL color Cylindrical-coordinate representation of color #ADE1ED: hue angle of 191.25º 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 #ADE1ED is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 225 | 237 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 191.25º | 0.64% | 0.8% | - |
| HSV(B) | 191.25º | 0.27% | 0.93% | - |
| XYZ | 59.44 | 68.85 | 90.28 | - |
| YUV | 210.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 237 | 0.27 | 0.05 | 0 | 0.07 | 191.25 | 0.64 | 0.8 |
| Hex | AD | E1 | ED | 1B | 5 | 0 | 7 | BF | 40 | 50 |
| Octal | 255 | 341 | 355 | 33 | 5 | 0 | 7 | 277 | 100 | 120 |
| Binary | 10101101 | 11100001 | 11101101 | 11011 | 101 | 0 | 111 | 10111111 | 1000000 | 1010000 |
Color Harmonies of #ADE1ED
Complementary color
Monochromatic Colors of #ADE1ED
Black with #ADE1ED
Text Example
Text Example
White with #ADE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1ED; }
p { color: rgb(173,225,237); }
H1.HeaderClassName
{
color: #ADE1ED;
}
.AnyTagClassName
{
color: #ADE1ED;
}
</style>
background-color css
<style>
a { background-color: #ADE1ED; }
a { background-color: rgb(173,225,237); }
div.DivClassName
{
background-color: #ADE1ED;
}
.BgClassName
{
background-color: #ADE1ED;
}
</style>
border-color css
<style>
span { border-color: #ADE1ED; }
span { border-color: rgb(173,225,237); }
td.TdClassName
{
border-color: #ADE1ED;
}
.TagClassName
{
border-color: #ADE1ED;
}
</style>