Shades of Powder Blue #ACDFDD
Tints of Powder Blue #ACDFDD
RGB
CMYK
RGB Variations
Color information
#ACDFDD (or 0xACDFDD) is known color: Powder Blue. HEX triplet: AC, DF and DD. RGB value is (172,223,221). Sum of RGB (Red+Green+Blue) = 172+223+221=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFDD is #532022. Grayscale: #CFCFCF. Windows color (decimal): -5447715 or 14540716. OLE color: 14540716.
HSL color Cylindrical-coordinate representation of color #ACDFDD: hue angle of 177.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFDD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 221 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 177.65º | 0.44% | 0.77% | - |
| HSV(B) | 177.65º | 0.23% | 0.87% | - |
| XYZ | 56.45 | 66.77 | 78.32 | - |
| YUV | 207.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 221 | 0.23 | 0 | 0.01 | 0.13 | 177.65 | 0.44 | 0.77 |
| Hex | AC | DF | DD | 17 | 0 | 1 | D | B2 | 2C | 4D |
| Octal | 254 | 337 | 335 | 27 | 0 | 1 | 15 | 262 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11011101 | 10111 | 0 | 1 | 1101 | 10110010 | 101100 | 1001101 |
Color Harmonies of #ACDFDD
Complementary color
Monochromatic Colors of #ACDFDD
Black with #ACDFDD
Text Example
Text Example
White with #ACDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFDD; }
p { color: rgb(172,223,221); }
H1.HeaderClassName
{
color: #ACDFDD;
}
.AnyTagClassName
{
color: #ACDFDD;
}
</style>
background-color css
<style>
a { background-color: #ACDFDD; }
a { background-color: rgb(172,223,221); }
div.DivClassName
{
background-color: #ACDFDD;
}
.BgClassName
{
background-color: #ACDFDD;
}
</style>
border-color css
<style>
span { border-color: #ACDFDD; }
span { border-color: rgb(172,223,221); }
td.TdClassName
{
border-color: #ACDFDD;
}
.TagClassName
{
border-color: #ACDFDD;
}
</style>