Shades of Powder Blue #ADE0E6
Tints of Powder Blue #ADE0E6
RGB
CMYK
RGB Variations
Color information
#ADE0E6 (or 0xADE0E6) is known color: Powder Blue. HEX triplet: AD, E0 and E6. RGB value is (173,224,230). Sum of RGB (Red+Green+Blue) = 173+224+230=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADE0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0E6 is #521F19. Grayscale: #D1D1D1. Windows color (decimal): -5381914 or 15130797. OLE color: 15130797.
HSL color Cylindrical-coordinate representation of color #ADE0E6: hue angle of 186.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE0E6 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 224 | 230 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.10 |
| HSL | 186.32º | 0.53% | 0.79% | - |
| HSV(B) | 186.32º | 0.25% | 0.9% | - |
| XYZ | 58.17 | 67.91 | 84.9 | - |
| YUV | 209.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 230 | 0.25 | 0.03 | 0 | 0.10 | 186.32 | 0.53 | 0.79 |
| Hex | AD | E0 | E6 | 19 | 3 | 0 | A | BA | 35 | 4F |
| Octal | 255 | 340 | 346 | 31 | 3 | 0 | 12 | 272 | 65 | 117 |
| Binary | 10101101 | 11100000 | 11100110 | 11001 | 11 | 0 | 1010 | 10111010 | 110101 | 1001111 |
Color Harmonies of #ADE0E6
Complementary color
Monochromatic Colors of #ADE0E6
Black with #ADE0E6
Text Example
Text Example
White with #ADE0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0E6; }
p { color: rgb(173,224,230); }
H1.HeaderClassName
{
color: #ADE0E6;
}
.AnyTagClassName
{
color: #ADE0E6;
}
</style>
background-color css
<style>
a { background-color: #ADE0E6; }
a { background-color: rgb(173,224,230); }
div.DivClassName
{
background-color: #ADE0E6;
}
.BgClassName
{
background-color: #ADE0E6;
}
</style>
border-color css
<style>
span { border-color: #ADE0E6; }
span { border-color: rgb(173,224,230); }
td.TdClassName
{
border-color: #ADE0E6;
}
.TagClassName
{
border-color: #ADE0E6;
}
</style>