Shades of Powder Blue #A9DBDD
Tints of Powder Blue #A9DBDD
RGB
CMYK
RGB Variations
Color information
#A9DBDD (or 0xA9DBDD) is known color: Powder Blue. HEX triplet: A9, DB and DD. RGB value is (169,219,221). Sum of RGB (Red+Green+Blue) = 169+219+221=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBDD is #562422. Grayscale: #CCCCCC. Windows color (decimal): -5645347 or 14539689. OLE color: 14539689.
HSL color Cylindrical-coordinate representation of color #A9DBDD: hue angle of 182.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DBDD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 219 | 221 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 182.31º | 0.43% | 0.76% | - |
| HSV(B) | 182.31º | 0.24% | 0.87% | - |
| XYZ | 54.74 | 64.32 | 77.94 | - |
| YUV | 204.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 221 | 0.24 | 0.01 | 0 | 0.13 | 182.31 | 0.43 | 0.76 |
| Hex | A9 | DB | DD | 18 | 1 | 0 | D | B6 | 2B | 4C |
| Octal | 251 | 333 | 335 | 30 | 1 | 0 | 15 | 266 | 53 | 114 |
| Binary | 10101001 | 11011011 | 11011101 | 11000 | 1 | 0 | 1101 | 10110110 | 101011 | 1001100 |
Color Harmonies of #A9DBDD
Complementary color
Monochromatic Colors of #A9DBDD
Black with #A9DBDD
Text Example
Text Example
White with #A9DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBDD; }
p { color: rgb(169,219,221); }
H1.HeaderClassName
{
color: #A9DBDD;
}
.AnyTagClassName
{
color: #A9DBDD;
}
</style>
background-color css
<style>
a { background-color: #A9DBDD; }
a { background-color: rgb(169,219,221); }
div.DivClassName
{
background-color: #A9DBDD;
}
.BgClassName
{
background-color: #A9DBDD;
}
</style>
border-color css
<style>
span { border-color: #A9DBDD; }
span { border-color: rgb(169,219,221); }
td.TdClassName
{
border-color: #A9DBDD;
}
.TagClassName
{
border-color: #A9DBDD;
}
</style>