Shades of Powder Blue #ACDCDC
Tints of Powder Blue #ACDCDC
RGB
CMYK
RGB Variations
Color information
#ACDCDC (or 0xACDCDC) is known color: Powder Blue. HEX triplet: AC, DC and DC. RGB value is (172,220,220). Sum of RGB (Red+Green+Blue) = 172+220+220=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #ACDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCDC is #532323. Grayscale: #CDCDCD. Windows color (decimal): -5448484 or 14474412. OLE color: 14474412.
HSL color Cylindrical-coordinate representation of color #ACDCDC: hue angle of 180º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCDC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 220 | - |
| CMYK | 0.22 | 0 | 0 | 0.14 |
| HSL | 180º | 0.41% | 0.77% | - |
| HSV(B) | 180º | 0.22% | 0.86% | - |
| XYZ | 55.52 | 65.12 | 77.35 | - |
| YUV | 205.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 220 | 0.22 | 0 | 0 | 0.14 | 180 | 0.41 | 0.77 |
| Hex | AC | DC | DC | 16 | 0 | 0 | E | B4 | 29 | 4D |
| Octal | 254 | 334 | 334 | 26 | 0 | 0 | 16 | 264 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11011100 | 10110 | 0 | 0 | 1110 | 10110100 | 101001 | 1001101 |
Color Harmonies of #ACDCDC
Complementary color
Monochromatic Colors of #ACDCDC
Black with #ACDCDC
Text Example
Text Example
White with #ACDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCDC; }
p { color: rgb(172,220,220); }
H1.HeaderClassName
{
color: #ACDCDC;
}
.AnyTagClassName
{
color: #ACDCDC;
}
</style>
background-color css
<style>
a { background-color: #ACDCDC; }
a { background-color: rgb(172,220,220); }
div.DivClassName
{
background-color: #ACDCDC;
}
.BgClassName
{
background-color: #ACDCDC;
}
</style>
border-color css
<style>
span { border-color: #ACDCDC; }
span { border-color: rgb(172,220,220); }
td.TdClassName
{
border-color: #ACDCDC;
}
.TagClassName
{
border-color: #ACDCDC;
}
</style>