Shades of Powder Blue #ACD8DB
Tints of Powder Blue #ACD8DB
RGB
CMYK
RGB Variations
Color information
#ACD8DB (or 0xACD8DB) is known color: Powder Blue. HEX triplet: AC, D8 and DB. RGB value is (172,216,219). Sum of RGB (Red+Green+Blue) = 172+216+219=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DB is #532724. Grayscale: #CBCBCB. Windows color (decimal): -5449509 or 14407852. OLE color: 14407852.
HSL color Cylindrical-coordinate representation of color #ACD8DB: hue angle of 183.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD8DB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 216 | 219 | - |
CMYK | 0.21 | 0.01 | 0 | 0.14 |
HSL | 183.83º | 0.39% | 0.77% | - |
HSV(B) | 183.83º | 0.21% | 0.86% | - |
XYZ | 54.36 | 63 | 76.31 | - |
YUV | 203.19 | 136.92 | 105.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 216 | 219 | 0.21 | 0.01 | 0 | 0.14 | 183.83 | 0.39 | 0.77 |
Hex | AC | D8 | DB | 15 | 1 | 0 | E | B8 | 27 | 4D |
Octal | 254 | 330 | 333 | 25 | 1 | 0 | 16 | 270 | 47 | 115 |
Binary | 10101100 | 11011000 | 11011011 | 10101 | 1 | 0 | 1110 | 10111000 | 100111 | 1001101 |
Color Harmonies of #ACD8DB
Complementary color
Monochromatic Colors of #ACD8DB
Black with #ACD8DB
Text Example
Text Example
White with #ACD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8DB; }
p { color: rgb(172,216,219); }
H1.HeaderClassName
{
color: #ACD8DB;
}
.AnyTagClassName
{
color: #ACD8DB;
}
</style>
background-color css
<style>
a { background-color: #ACD8DB; }
a { background-color: rgb(172,216,219); }
div.DivClassName
{
background-color: #ACD8DB;
}
.BgClassName
{
background-color: #ACD8DB;
}
</style>
border-color css
<style>
span { border-color: #ACD8DB; }
span { border-color: rgb(172,216,219); }
td.TdClassName
{
border-color: #ACD8DB;
}
.TagClassName
{
border-color: #ACD8DB;
}
</style>