Shades of Powder Blue #ACDEDF
Tints of Powder Blue #ACDEDF
RGB
CMYK
RGB Variations
Color information
#ACDEDF (or 0xACDEDF) is known color: Powder Blue. HEX triplet: AC, DE and DF. RGB value is (172,222,223). Sum of RGB (Red+Green+Blue) = 172+222+223=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDF is #532120. Grayscale: #CFCFCF. Windows color (decimal): -5447969 or 14671532. OLE color: 14671532.
HSL color Cylindrical-coordinate representation of color #ACDEDF: hue angle of 181.18º 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 #ACDEDF is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 223 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.13 |
| HSL | 181.18º | 0.44% | 0.77% | - |
| HSV(B) | 181.18º | 0.23% | 0.87% | - |
| XYZ | 56.45 | 66.34 | 79.64 | - |
| YUV | 207.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 223 | 0.23 | 0.00 | 0 | 0.13 | 181.18 | 0.44 | 0.77 |
| Hex | AC | DE | DF | 17 | 0 | 0 | D | B5 | 2C | 4D |
| Octal | 254 | 336 | 337 | 27 | 0 | 0 | 15 | 265 | 54 | 115 |
| Binary | 10101100 | 11011110 | 11011111 | 10111 | 0 | 0 | 1101 | 10110101 | 101100 | 1001101 |
Color Harmonies of #ACDEDF
Complementary color
Monochromatic Colors of #ACDEDF
Black with #ACDEDF
Text Example
Text Example
White with #ACDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEDF; }
p { color: rgb(172,222,223); }
H1.HeaderClassName
{
color: #ACDEDF;
}
.AnyTagClassName
{
color: #ACDEDF;
}
</style>
background-color css
<style>
a { background-color: #ACDEDF; }
a { background-color: rgb(172,222,223); }
div.DivClassName
{
background-color: #ACDEDF;
}
.BgClassName
{
background-color: #ACDEDF;
}
</style>
border-color css
<style>
span { border-color: #ACDEDF; }
span { border-color: rgb(172,222,223); }
td.TdClassName
{
border-color: #ACDEDF;
}
.TagClassName
{
border-color: #ACDEDF;
}
</style>