Shades of Powder Blue #ADE5EE
Tints of Powder Blue #ADE5EE
RGB
CMYK
RGB Variations
Color information
#ADE5EE (or 0xADE5EE) is known color: Powder Blue. HEX triplet: AD, E5 and EE. RGB value is (173,229,238). Sum of RGB (Red+Green+Blue) = 173+229+238=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5EE is #521A11. Grayscale: #D5D5D5. Windows color (decimal): -5380626 or 15656365. OLE color: 15656365.
HSL color Cylindrical-coordinate representation of color #ADE5EE: hue angle of 188.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE5EE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 229 | 238 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 188.31º | 0.66% | 0.81% | - |
| HSV(B) | 188.31º | 0.27% | 0.93% | - |
| XYZ | 60.69 | 71.1 | 91.41 | - |
| YUV | 213.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 238 | 0.27 | 0.04 | 0 | 0.07 | 188.31 | 0.66 | 0.81 |
| Hex | AD | E5 | EE | 1B | 4 | 0 | 7 | BC | 42 | 51 |
| Octal | 255 | 345 | 356 | 33 | 4 | 0 | 7 | 274 | 102 | 121 |
| Binary | 10101101 | 11100101 | 11101110 | 11011 | 100 | 0 | 111 | 10111100 | 1000010 | 1010001 |
Color Harmonies of #ADE5EE
Complementary color
Monochromatic Colors of #ADE5EE
Black with #ADE5EE
Text Example
Text Example
White with #ADE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5EE; }
p { color: rgb(173,229,238); }
H1.HeaderClassName
{
color: #ADE5EE;
}
.AnyTagClassName
{
color: #ADE5EE;
}
</style>
background-color css
<style>
a { background-color: #ADE5EE; }
a { background-color: rgb(173,229,238); }
div.DivClassName
{
background-color: #ADE5EE;
}
.BgClassName
{
background-color: #ADE5EE;
}
</style>
border-color css
<style>
span { border-color: #ADE5EE; }
span { border-color: rgb(173,229,238); }
td.TdClassName
{
border-color: #ADE5EE;
}
.TagClassName
{
border-color: #ADE5EE;
}
</style>