Shades of Powder Blue #ACDADF
Tints of Powder Blue #ACDADF
RGB
CMYK
RGB Variations
Color information
#ACDADF (or 0xACDADF) is known color: Powder Blue. HEX triplet: AC, DA and DF. RGB value is (172,218,223). Sum of RGB (Red+Green+Blue) = 172+218+223=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADF is #532520. Grayscale: #CCCCCC. Windows color (decimal): -5448993 or 14670508. OLE color: 14670508.
HSL color Cylindrical-coordinate representation of color #ACDADF: hue angle of 185.88º 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 #ACDADF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 218 | 223 | - |
CMYK | 0.23 | 0.02 | 0 | 0.13 |
HSL | 185.88º | 0.44% | 0.77% | - |
HSV(B) | 185.88º | 0.23% | 0.87% | - |
XYZ | 55.4 | 64.24 | 79.29 | - |
YUV | 204.82 | 138.26 | 104.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 223 | 0.23 | 0.02 | 0 | 0.13 | 185.88 | 0.44 | 0.77 |
Hex | AC | DA | DF | 17 | 2 | 0 | D | BA | 2C | 4D |
Octal | 254 | 332 | 337 | 27 | 2 | 0 | 15 | 272 | 54 | 115 |
Binary | 10101100 | 11011010 | 11011111 | 10111 | 10 | 0 | 1101 | 10111010 | 101100 | 1001101 |
Color Harmonies of #ACDADF
Complementary color
Monochromatic Colors of #ACDADF
Black with #ACDADF
Text Example
Text Example
White with #ACDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDADF; }
p { color: rgb(172,218,223); }
H1.HeaderClassName
{
color: #ACDADF;
}
.AnyTagClassName
{
color: #ACDADF;
}
</style>
background-color css
<style>
a { background-color: #ACDADF; }
a { background-color: rgb(172,218,223); }
div.DivClassName
{
background-color: #ACDADF;
}
.BgClassName
{
background-color: #ACDADF;
}
</style>
border-color css
<style>
span { border-color: #ACDADF; }
span { border-color: rgb(172,218,223); }
td.TdClassName
{
border-color: #ACDADF;
}
.TagClassName
{
border-color: #ACDADF;
}
</style>