Shades of Powder Blue #ACDFDF
Tints of Powder Blue #ACDFDF
RGB
CMYK
RGB Variations
Color information
#ACDFDF (or 0xACDFDF) is known color: Powder Blue. HEX triplet: AC, DF and DF. RGB value is (172,223,223). Sum of RGB (Red+Green+Blue) = 172+223+223=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #ACDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFDF is #532020. Grayscale: #CFCFCF. Windows color (decimal): -5447713 or 14671788. OLE color: 14671788.
HSL color Cylindrical-coordinate representation of color #ACDFDF: hue angle of 180º 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 #ACDFDF is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 223 | - |
CMYK | 0.23 | 0 | 0 | 0.13 |
HSL | 180º | 0.44% | 0.77% | - |
HSV(B) | 180º | 0.23% | 0.87% | - |
XYZ | 56.72 | 66.87 | 79.73 | - |
YUV | 207.75 | 136.6 | 102.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 223 | 0.23 | 0 | 0 | 0.13 | 180 | 0.44 | 0.77 |
Hex | AC | DF | DF | 17 | 0 | 0 | D | B4 | 2C | 4D |
Octal | 254 | 337 | 337 | 27 | 0 | 0 | 15 | 264 | 54 | 115 |
Binary | 10101100 | 11011111 | 11011111 | 10111 | 0 | 0 | 1101 | 10110100 | 101100 | 1001101 |
Color Harmonies of #ACDFDF
Complementary color
Monochromatic Colors of #ACDFDF
Black with #ACDFDF
Text Example
Text Example
White with #ACDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFDF; }
p { color: rgb(172,223,223); }
H1.HeaderClassName
{
color: #ACDFDF;
}
.AnyTagClassName
{
color: #ACDFDF;
}
</style>
background-color css
<style>
a { background-color: #ACDFDF; }
a { background-color: rgb(172,223,223); }
div.DivClassName
{
background-color: #ACDFDF;
}
.BgClassName
{
background-color: #ACDFDF;
}
</style>
border-color css
<style>
span { border-color: #ACDFDF; }
span { border-color: rgb(172,223,223); }
td.TdClassName
{
border-color: #ACDFDF;
}
.TagClassName
{
border-color: #ACDFDF;
}
</style>