Shades of Powder Blue #ADDAE1
Tints of Powder Blue #ADDAE1
RGB
CMYK
RGB Variations
Color information
#ADDAE1 (or 0xADDAE1) is known color: Powder Blue. HEX triplet: AD, DA and E1. RGB value is (173,218,225). Sum of RGB (Red+Green+Blue) = 173+218+225=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE1 is #52251E. Grayscale: #CDCDCD. Windows color (decimal): -5383455 or 14801581. OLE color: 14801581.
HSL color Cylindrical-coordinate representation of color #ADDAE1: hue angle of 188.08º 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 #ADDAE1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 218 | 225 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.12 |
| HSL | 188.08º | 0.46% | 0.78% | - |
| HSV(B) | 188.08º | 0.23% | 0.88% | - |
| XYZ | 55.9 | 64.46 | 80.73 | - |
| YUV | 205.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 225 | 0.23 | 0.03 | 0 | 0.12 | 188.08 | 0.46 | 0.78 |
| Hex | AD | DA | E1 | 17 | 3 | 0 | C | BC | 2E | 4E |
| Octal | 255 | 332 | 341 | 27 | 3 | 0 | 14 | 274 | 56 | 116 |
| Binary | 10101101 | 11011010 | 11100001 | 10111 | 11 | 0 | 1100 | 10111100 | 101110 | 1001110 |
Color Harmonies of #ADDAE1
Complementary color
Monochromatic Colors of #ADDAE1
Black with #ADDAE1
Text Example
Text Example
White with #ADDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAE1; }
p { color: rgb(173,218,225); }
H1.HeaderClassName
{
color: #ADDAE1;
}
.AnyTagClassName
{
color: #ADDAE1;
}
</style>
background-color css
<style>
a { background-color: #ADDAE1; }
a { background-color: rgb(173,218,225); }
div.DivClassName
{
background-color: #ADDAE1;
}
.BgClassName
{
background-color: #ADDAE1;
}
</style>
border-color css
<style>
span { border-color: #ADDAE1; }
span { border-color: rgb(173,218,225); }
td.TdClassName
{
border-color: #ADDAE1;
}
.TagClassName
{
border-color: #ADDAE1;
}
</style>