Shades of Powder Blue #ADDBE0
Tints of Powder Blue #ADDBE0
RGB
CMYK
RGB Variations
Color information
#ADDBE0 (or 0xADDBE0) is known color: Powder Blue. HEX triplet: AD, DB and E0. RGB value is (173,219,224). Sum of RGB (Red+Green+Blue) = 173+219+224=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBE0 is #52241F. Grayscale: #CDCDCD. Windows color (decimal): -5383200 or 14736301. OLE color: 14736301.
HSL color Cylindrical-coordinate representation of color #ADDBE0: hue angle of 185.88º degrees, saturation: 0.45, 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 #ADDBE0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 219 | 224 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.12 |
| HSL | 185.88º | 0.45% | 0.78% | - |
| HSV(B) | 185.88º | 0.23% | 0.88% | - |
| XYZ | 56.02 | 64.93 | 80.1 | - |
| YUV | 205.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 224 | 0.23 | 0.02 | 0 | 0.12 | 185.88 | 0.45 | 0.78 |
| Hex | AD | DB | E0 | 17 | 2 | 0 | C | BA | 2D | 4E |
| Octal | 255 | 333 | 340 | 27 | 2 | 0 | 14 | 272 | 55 | 116 |
| Binary | 10101101 | 11011011 | 11100000 | 10111 | 10 | 0 | 1100 | 10111010 | 101101 | 1001110 |
Color Harmonies of #ADDBE0
Complementary color
Monochromatic Colors of #ADDBE0
Black with #ADDBE0
Text Example
Text Example
White with #ADDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBE0; }
p { color: rgb(173,219,224); }
H1.HeaderClassName
{
color: #ADDBE0;
}
.AnyTagClassName
{
color: #ADDBE0;
}
</style>
background-color css
<style>
a { background-color: #ADDBE0; }
a { background-color: rgb(173,219,224); }
div.DivClassName
{
background-color: #ADDBE0;
}
.BgClassName
{
background-color: #ADDBE0;
}
</style>
border-color css
<style>
span { border-color: #ADDBE0; }
span { border-color: rgb(173,219,224); }
td.TdClassName
{
border-color: #ADDBE0;
}
.TagClassName
{
border-color: #ADDBE0;
}
</style>