Shades of Powder Blue #ACDCDD
Tints of Powder Blue #ACDCDD
RGB
CMYK
RGB Variations
Color information
#ACDCDD (or 0xACDCDD) is known color: Powder Blue. HEX triplet: AC, DC and DD. RGB value is (172,220,221). Sum of RGB (Red+Green+Blue) = 172+220+221=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCDD is #532322. Grayscale: #CDCDCD. Windows color (decimal): -5448483 or 14539948. OLE color: 14539948.
HSL color Cylindrical-coordinate representation of color #ACDCDD: hue angle of 181.22º degrees, saturation: 0.42, 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 #ACDCDD is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 220 | 221 | - |
CMYK | 0.22 | 0.00 | 0 | 0.13 |
HSL | 181.22º | 0.42% | 0.77% | - |
HSV(B) | 181.22º | 0.22% | 0.87% | - |
XYZ | 55.66 | 65.18 | 78.05 | - |
YUV | 205.76 | 136.6 | 103.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 221 | 0.22 | 0.00 | 0 | 0.13 | 181.22 | 0.42 | 0.77 |
Hex | AC | DC | DD | 16 | 0 | 0 | D | B5 | 2A | 4D |
Octal | 254 | 334 | 335 | 26 | 0 | 0 | 15 | 265 | 52 | 115 |
Binary | 10101100 | 11011100 | 11011101 | 10110 | 0 | 0 | 1101 | 10110101 | 101010 | 1001101 |
Color Harmonies of #ACDCDD
Complementary color
Monochromatic Colors of #ACDCDD
Black with #ACDCDD
Text Example
Text Example
White with #ACDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCDD; }
p { color: rgb(172,220,221); }
H1.HeaderClassName
{
color: #ACDCDD;
}
.AnyTagClassName
{
color: #ACDCDD;
}
</style>
background-color css
<style>
a { background-color: #ACDCDD; }
a { background-color: rgb(172,220,221); }
div.DivClassName
{
background-color: #ACDCDD;
}
.BgClassName
{
background-color: #ACDCDD;
}
</style>
border-color css
<style>
span { border-color: #ACDCDD; }
span { border-color: rgb(172,220,221); }
td.TdClassName
{
border-color: #ACDCDD;
}
.TagClassName
{
border-color: #ACDCDD;
}
</style>