Shades of Powder Blue #ADDEDC
Tints of Powder Blue #ADDEDC
RGB
CMYK
RGB Variations
Color information
#ADDEDC (or 0xADDEDC) is known color: Powder Blue. HEX triplet: AD, DE and DC. RGB value is (173,222,220). Sum of RGB (Red+Green+Blue) = 173+222+220=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEDC is #522123. Grayscale: #CFCFCF. Windows color (decimal): -5382436 or 14474925. OLE color: 14474925.
HSL color Cylindrical-coordinate representation of color #ADDEDC: hue angle of 177.55º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEDC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 220 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 177.55º | 0.43% | 0.77% | - |
| HSV(B) | 177.55º | 0.22% | 0.87% | - |
| XYZ | 56.27 | 66.29 | 77.54 | - |
| YUV | 207.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 220 | 0.22 | 0 | 0.01 | 0.13 | 177.55 | 0.43 | 0.77 |
| Hex | AD | DE | DC | 16 | 0 | 1 | D | B2 | 2B | 4D |
| Octal | 255 | 336 | 334 | 26 | 0 | 1 | 15 | 262 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11011100 | 10110 | 0 | 1 | 1101 | 10110010 | 101011 | 1001101 |
Color Harmonies of #ADDEDC
Complementary color
Monochromatic Colors of #ADDEDC
Black with #ADDEDC
Text Example
Text Example
White with #ADDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEDC; }
p { color: rgb(173,222,220); }
H1.HeaderClassName
{
color: #ADDEDC;
}
.AnyTagClassName
{
color: #ADDEDC;
}
</style>
background-color css
<style>
a { background-color: #ADDEDC; }
a { background-color: rgb(173,222,220); }
div.DivClassName
{
background-color: #ADDEDC;
}
.BgClassName
{
background-color: #ADDEDC;
}
</style>
border-color css
<style>
span { border-color: #ADDEDC; }
span { border-color: rgb(173,222,220); }
td.TdClassName
{
border-color: #ADDEDC;
}
.TagClassName
{
border-color: #ADDEDC;
}
</style>