Shades of Powder Blue #ADE0E1
Tints of Powder Blue #ADE0E1
RGB
CMYK
RGB Variations
Color information
#ADE0E1 (or 0xADE0E1) is known color: Powder Blue. HEX triplet: AD, E0 and E1. RGB value is (173,224,225). Sum of RGB (Red+Green+Blue) = 173+224+225=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADE0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0E1 is #521F1E. Grayscale: #D0D0D0. Windows color (decimal): -5381919 or 14803117. OLE color: 14803117.
HSL color Cylindrical-coordinate representation of color #ADE0E1: hue angle of 181.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0E1 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 225 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.12 |
| HSL | 181.15º | 0.46% | 0.78% | - |
| HSV(B) | 181.15º | 0.23% | 0.88% | - |
| XYZ | 57.48 | 67.63 | 81.26 | - |
| YUV | 208.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 225 | 0.23 | 0.00 | 0 | 0.12 | 181.15 | 0.46 | 0.78 |
| Hex | AD | E0 | E1 | 17 | 0 | 0 | C | B5 | 2E | 4E |
| Octal | 255 | 340 | 341 | 27 | 0 | 0 | 14 | 265 | 56 | 116 |
| Binary | 10101101 | 11100000 | 11100001 | 10111 | 0 | 0 | 1100 | 10110101 | 101110 | 1001110 |
Color Harmonies of #ADE0E1
Complementary color
Monochromatic Colors of #ADE0E1
Black with #ADE0E1
Text Example
Text Example
White with #ADE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0E1; }
p { color: rgb(173,224,225); }
H1.HeaderClassName
{
color: #ADE0E1;
}
.AnyTagClassName
{
color: #ADE0E1;
}
</style>
background-color css
<style>
a { background-color: #ADE0E1; }
a { background-color: rgb(173,224,225); }
div.DivClassName
{
background-color: #ADE0E1;
}
.BgClassName
{
background-color: #ADE0E1;
}
</style>
border-color css
<style>
span { border-color: #ADE0E1; }
span { border-color: rgb(173,224,225); }
td.TdClassName
{
border-color: #ADE0E1;
}
.TagClassName
{
border-color: #ADE0E1;
}
</style>