Shades of Powder Blue #ACD7DB
Tints of Powder Blue #ACD7DB
RGB
CMYK
RGB Variations
Color information
#ACD7DB (or 0xACD7DB) is known color: Powder Blue. HEX triplet: AC, D7 and DB. RGB value is (172,215,219). Sum of RGB (Red+Green+Blue) = 172+215+219=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DB is #532824. Grayscale: #CACACA. Windows color (decimal): -5449765 or 14407596. OLE color: 14407596.
HSL color Cylindrical-coordinate representation of color #ACD7DB: hue angle of 185.11º 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 #ACD7DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 215 | 219 | - |
CMYK | 0.21 | 0.02 | 0 | 0.14 |
HSL | 185.11º | 0.39% | 0.77% | - |
HSV(B) | 185.11º | 0.21% | 0.86% | - |
XYZ | 54.1 | 62.49 | 76.23 | - |
YUV | 202.6 | 137.25 | 106.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 215 | 219 | 0.21 | 0.02 | 0 | 0.14 | 185.11 | 0.39 | 0.77 |
Hex | AC | D7 | DB | 15 | 2 | 0 | E | B9 | 27 | 4D |
Octal | 254 | 327 | 333 | 25 | 2 | 0 | 16 | 271 | 47 | 115 |
Binary | 10101100 | 11010111 | 11011011 | 10101 | 10 | 0 | 1110 | 10111001 | 100111 | 1001101 |
Color Harmonies of #ACD7DB
Complementary color
Monochromatic Colors of #ACD7DB
Black with #ACD7DB
Text Example
Text Example
White with #ACD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7DB; }
p { color: rgb(172,215,219); }
H1.HeaderClassName
{
color: #ACD7DB;
}
.AnyTagClassName
{
color: #ACD7DB;
}
</style>
background-color css
<style>
a { background-color: #ACD7DB; }
a { background-color: rgb(172,215,219); }
div.DivClassName
{
background-color: #ACD7DB;
}
.BgClassName
{
background-color: #ACD7DB;
}
</style>
border-color css
<style>
span { border-color: #ACD7DB; }
span { border-color: rgb(172,215,219); }
td.TdClassName
{
border-color: #ACD7DB;
}
.TagClassName
{
border-color: #ACD7DB;
}
</style>