Shades of Powder Blue #ACDBDF
Tints of Powder Blue #ACDBDF
RGB
CMYK
RGB Variations
Color information
#ACDBDF (or 0xACDBDF) is known color: Powder Blue. HEX triplet: AC, DB and DF. RGB value is (172,219,223). Sum of RGB (Red+Green+Blue) = 172+219+223=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBDF is #532420. Grayscale: #CDCDCD. Windows color (decimal): -5448737 or 14670764. OLE color: 14670764.
HSL color Cylindrical-coordinate representation of color #ACDBDF: hue angle of 184.71º 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 #ACDBDF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 219 | 223 | - |
CMYK | 0.23 | 0.02 | 0 | 0.13 |
HSL | 184.71º | 0.44% | 0.77% | - |
HSV(B) | 184.71º | 0.23% | 0.87% | - |
XYZ | 55.66 | 64.76 | 79.38 | - |
YUV | 205.4 | 137.93 | 104.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 219 | 223 | 0.23 | 0.02 | 0 | 0.13 | 184.71 | 0.44 | 0.77 |
Hex | AC | DB | DF | 17 | 2 | 0 | D | B9 | 2C | 4D |
Octal | 254 | 333 | 337 | 27 | 2 | 0 | 15 | 271 | 54 | 115 |
Binary | 10101100 | 11011011 | 11011111 | 10111 | 10 | 0 | 1101 | 10111001 | 101100 | 1001101 |
Color Harmonies of #ACDBDF
Complementary color
Monochromatic Colors of #ACDBDF
Black with #ACDBDF
Text Example
Text Example
White with #ACDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBDF; }
p { color: rgb(172,219,223); }
H1.HeaderClassName
{
color: #ACDBDF;
}
.AnyTagClassName
{
color: #ACDBDF;
}
</style>
background-color css
<style>
a { background-color: #ACDBDF; }
a { background-color: rgb(172,219,223); }
div.DivClassName
{
background-color: #ACDBDF;
}
.BgClassName
{
background-color: #ACDBDF;
}
</style>
border-color css
<style>
span { border-color: #ACDBDF; }
span { border-color: rgb(172,219,223); }
td.TdClassName
{
border-color: #ACDBDF;
}
.TagClassName
{
border-color: #ACDBDF;
}
</style>