Shades of Powder Blue #ACDADB
Tints of Powder Blue #ACDADB
RGB
CMYK
RGB Variations
Color information
#ACDADB (or 0xACDADB) is known color: Powder Blue. HEX triplet: AC, DA and DB. RGB value is (172,218,219). Sum of RGB (Red+Green+Blue) = 172+218+219=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADB is #532524. Grayscale: #CCCCCC. Windows color (decimal): -5448997 or 14408364. OLE color: 14408364.
HSL color Cylindrical-coordinate representation of color #ACDADB: hue angle of 181.28º 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 #ACDADB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 218 | 219 | - |
CMYK | 0.21 | 0.00 | 0 | 0.14 |
HSL | 181.28º | 0.39% | 0.77% | - |
HSV(B) | 181.28º | 0.21% | 0.86% | - |
XYZ | 54.87 | 64.03 | 76.48 | - |
YUV | 204.36 | 136.26 | 104.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 219 | 0.21 | 0.00 | 0 | 0.14 | 181.28 | 0.39 | 0.77 |
Hex | AC | DA | DB | 15 | 0 | 0 | E | B5 | 27 | 4D |
Octal | 254 | 332 | 333 | 25 | 0 | 0 | 16 | 265 | 47 | 115 |
Binary | 10101100 | 11011010 | 11011011 | 10101 | 0 | 0 | 1110 | 10110101 | 100111 | 1001101 |
Color Harmonies of #ACDADB
Complementary color
Monochromatic Colors of #ACDADB
Black with #ACDADB
Text Example
Text Example
White with #ACDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDADB; }
p { color: rgb(172,218,219); }
H1.HeaderClassName
{
color: #ACDADB;
}
.AnyTagClassName
{
color: #ACDADB;
}
</style>
background-color css
<style>
a { background-color: #ACDADB; }
a { background-color: rgb(172,218,219); }
div.DivClassName
{
background-color: #ACDADB;
}
.BgClassName
{
background-color: #ACDADB;
}
</style>
border-color css
<style>
span { border-color: #ACDADB; }
span { border-color: rgb(172,218,219); }
td.TdClassName
{
border-color: #ACDADB;
}
.TagClassName
{
border-color: #ACDADB;
}
</style>