Shades of Powder Blue #ACDBDB
Tints of Powder Blue #ACDBDB
RGB
CMYK
RGB Variations
Color information
#ACDBDB (or 0xACDBDB) is known color: Powder Blue. HEX triplet: AC, DB and DB. RGB value is (172,219,219). Sum of RGB (Red+Green+Blue) = 172+219+219=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #ACDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBDB is #532424. Grayscale: #CCCCCC. Windows color (decimal): -5448741 or 14408620. OLE color: 14408620.
HSL color Cylindrical-coordinate representation of color #ACDBDB: hue angle of 180º 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 #ACDBDB is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 219 | 219 | - |
CMYK | 0.21 | 0 | 0 | 0.14 |
HSL | 180º | 0.39% | 0.77% | - |
HSV(B) | 180º | 0.21% | 0.86% | - |
XYZ | 55.13 | 64.55 | 76.57 | - |
YUV | 204.95 | 135.93 | 104.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 219 | 219 | 0.21 | 0 | 0 | 0.14 | 180 | 0.39 | 0.77 |
Hex | AC | DB | DB | 15 | 0 | 0 | E | B4 | 27 | 4D |
Octal | 254 | 333 | 333 | 25 | 0 | 0 | 16 | 264 | 47 | 115 |
Binary | 10101100 | 11011011 | 11011011 | 10101 | 0 | 0 | 1110 | 10110100 | 100111 | 1001101 |
Color Harmonies of #ACDBDB
Complementary color
Monochromatic Colors of #ACDBDB
Black with #ACDBDB
Text Example
Text Example
White with #ACDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBDB; }
p { color: rgb(172,219,219); }
H1.HeaderClassName
{
color: #ACDBDB;
}
.AnyTagClassName
{
color: #ACDBDB;
}
</style>
background-color css
<style>
a { background-color: #ACDBDB; }
a { background-color: rgb(172,219,219); }
div.DivClassName
{
background-color: #ACDBDB;
}
.BgClassName
{
background-color: #ACDBDB;
}
</style>
border-color css
<style>
span { border-color: #ACDBDB; }
span { border-color: rgb(172,219,219); }
td.TdClassName
{
border-color: #ACDBDB;
}
.TagClassName
{
border-color: #ACDBDB;
}
</style>