Shades of Powder Blue #ACDADC
Tints of Powder Blue #ACDADC
RGB
CMYK
RGB Variations
Color information
#ACDADC (or 0xACDADC) is known color: Powder Blue. HEX triplet: AC, DA and DC. RGB value is (172,218,220). Sum of RGB (Red+Green+Blue) = 172+218+220=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADC is #532523. Grayscale: #CCCCCC. Windows color (decimal): -5448996 or 14473900. OLE color: 14473900.
HSL color Cylindrical-coordinate representation of color #ACDADC: hue angle of 182.5º 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 #ACDADC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 218 | 220 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.14 |
| HSL | 182.5º | 0.41% | 0.77% | - |
| HSV(B) | 182.5º | 0.22% | 0.86% | - |
| XYZ | 55 | 64.08 | 77.18 | - |
| YUV | 204.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 220 | 0.22 | 0.01 | 0 | 0.14 | 182.5 | 0.41 | 0.77 |
| Hex | AC | DA | DC | 16 | 1 | 0 | E | B6 | 29 | 4D |
| Octal | 254 | 332 | 334 | 26 | 1 | 0 | 16 | 266 | 51 | 115 |
| Binary | 10101100 | 11011010 | 11011100 | 10110 | 1 | 0 | 1110 | 10110110 | 101001 | 1001101 |
Color Harmonies of #ACDADC
Complementary color
Monochromatic Colors of #ACDADC
Black with #ACDADC
Text Example
Text Example
White with #ACDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDADC; }
p { color: rgb(172,218,220); }
H1.HeaderClassName
{
color: #ACDADC;
}
.AnyTagClassName
{
color: #ACDADC;
}
</style>
background-color css
<style>
a { background-color: #ACDADC; }
a { background-color: rgb(172,218,220); }
div.DivClassName
{
background-color: #ACDADC;
}
.BgClassName
{
background-color: #ACDADC;
}
</style>
border-color css
<style>
span { border-color: #ACDADC; }
span { border-color: rgb(172,218,220); }
td.TdClassName
{
border-color: #ACDADC;
}
.TagClassName
{
border-color: #ACDADC;
}
</style>