Shades of Powder Blue #ADDDDC
Tints of Powder Blue #ADDDDC
RGB
CMYK
RGB Variations
Color information
#ADDDDC (or 0xADDDDC) is known color: Powder Blue. HEX triplet: AD, DD and DC. RGB value is (173,221,220). Sum of RGB (Red+Green+Blue) = 173+221+220=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDC is #522223. Grayscale: #CECECE. Windows color (decimal): -5382692 or 14474669. OLE color: 14474669.
HSL color Cylindrical-coordinate representation of color #ADDDDC: hue angle of 178.75º degrees, saturation: 0.41, 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 #ADDDDC is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 220 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.13 |
| HSL | 178.75º | 0.41% | 0.77% | - |
| HSV(B) | 178.75º | 0.22% | 0.87% | - |
| XYZ | 56.01 | 65.76 | 77.45 | - |
| YUV | 206.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 220 | 0.22 | 0 | 0.00 | 0.13 | 178.75 | 0.41 | 0.77 |
| Hex | AD | DD | DC | 16 | 0 | 0 | D | B3 | 29 | 4D |
| Octal | 255 | 335 | 334 | 26 | 0 | 0 | 15 | 263 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11011100 | 10110 | 0 | 0 | 1101 | 10110011 | 101001 | 1001101 |
Color Harmonies of #ADDDDC
Complementary color
Monochromatic Colors of #ADDDDC
Black with #ADDDDC
Text Example
Text Example
White with #ADDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDDC; }
p { color: rgb(173,221,220); }
H1.HeaderClassName
{
color: #ADDDDC;
}
.AnyTagClassName
{
color: #ADDDDC;
}
</style>
background-color css
<style>
a { background-color: #ADDDDC; }
a { background-color: rgb(173,221,220); }
div.DivClassName
{
background-color: #ADDDDC;
}
.BgClassName
{
background-color: #ADDDDC;
}
</style>
border-color css
<style>
span { border-color: #ADDDDC; }
span { border-color: rgb(173,221,220); }
td.TdClassName
{
border-color: #ADDDDC;
}
.TagClassName
{
border-color: #ADDDDC;
}
</style>