Shades of Powder Blue #ACDDDD
Tints of Powder Blue #ACDDDD
RGB
CMYK
RGB Variations
Color information
#ACDDDD (or 0xACDDDD) is known color: Powder Blue. HEX triplet: AC, DD and DD. RGB value is (172,221,221). Sum of RGB (Red+Green+Blue) = 172+221+221=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #ACDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDD is #532222. Grayscale: #CECECE. Windows color (decimal): -5448227 or 14540204. OLE color: 14540204.
HSL color Cylindrical-coordinate representation of color #ACDDDD: hue angle of 180º 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 #ACDDDD is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 221 | - |
CMYK | 0.22 | 0 | 0 | 0.13 |
HSL | 180º | 0.42% | 0.77% | - |
HSV(B) | 180º | 0.22% | 0.87% | - |
XYZ | 55.92 | 65.7 | 78.14 | - |
YUV | 206.35 | 136.27 | 103.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 221 | 0.22 | 0 | 0 | 0.13 | 180 | 0.42 | 0.77 |
Hex | AC | DD | DD | 16 | 0 | 0 | D | B4 | 2A | 4D |
Octal | 254 | 335 | 335 | 26 | 0 | 0 | 15 | 264 | 52 | 115 |
Binary | 10101100 | 11011101 | 11011101 | 10110 | 0 | 0 | 1101 | 10110100 | 101010 | 1001101 |
Color Harmonies of #ACDDDD
Complementary color
Monochromatic Colors of #ACDDDD
Black with #ACDDDD
Text Example
Text Example
White with #ACDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDDD; }
p { color: rgb(172,221,221); }
H1.HeaderClassName
{
color: #ACDDDD;
}
.AnyTagClassName
{
color: #ACDDDD;
}
</style>
background-color css
<style>
a { background-color: #ACDDDD; }
a { background-color: rgb(172,221,221); }
div.DivClassName
{
background-color: #ACDDDD;
}
.BgClassName
{
background-color: #ACDDDD;
}
</style>
border-color css
<style>
span { border-color: #ACDDDD; }
span { border-color: rgb(172,221,221); }
td.TdClassName
{
border-color: #ACDDDD;
}
.TagClassName
{
border-color: #ACDDDD;
}
</style>