Shades of Powder Blue #ADE6ED
Tints of Powder Blue #ADE6ED
RGB
CMYK
RGB Variations
Color information
#ADE6ED (or 0xADE6ED) is known color: Powder Blue. HEX triplet: AD, E6 and ED. RGB value is (173,230,237). Sum of RGB (Red+Green+Blue) = 173+230+237=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6ED is #521912. Grayscale: #D5D5D5. Windows color (decimal): -5380371 or 15591085. OLE color: 15591085.
HSL color Cylindrical-coordinate representation of color #ADE6ED: hue angle of 186.56º 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 #ADE6ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 230 | 237 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.07 |
| HSL | 186.56º | 0.64% | 0.8% | - |
| HSV(B) | 186.56º | 0.27% | 0.93% | - |
| XYZ | 60.82 | 71.59 | 90.73 | - |
| YUV | 213.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 237 | 0.27 | 0.03 | 0 | 0.07 | 186.56 | 0.64 | 0.8 |
| Hex | AD | E6 | ED | 1B | 3 | 0 | 7 | BB | 40 | 50 |
| Octal | 255 | 346 | 355 | 33 | 3 | 0 | 7 | 273 | 100 | 120 |
| Binary | 10101101 | 11100110 | 11101101 | 11011 | 11 | 0 | 111 | 10111011 | 1000000 | 1010000 |
Color Harmonies of #ADE6ED
Complementary color
Monochromatic Colors of #ADE6ED
Black with #ADE6ED
Text Example
Text Example
White with #ADE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6ED; }
p { color: rgb(173,230,237); }
H1.HeaderClassName
{
color: #ADE6ED;
}
.AnyTagClassName
{
color: #ADE6ED;
}
</style>
background-color css
<style>
a { background-color: #ADE6ED; }
a { background-color: rgb(173,230,237); }
div.DivClassName
{
background-color: #ADE6ED;
}
.BgClassName
{
background-color: #ADE6ED;
}
</style>
border-color css
<style>
span { border-color: #ADE6ED; }
span { border-color: rgb(173,230,237); }
td.TdClassName
{
border-color: #ADE6ED;
}
.TagClassName
{
border-color: #ADE6ED;
}
</style>