Shades of Powder Blue #A9DCDD
Tints of Powder Blue #A9DCDD
RGB
CMYK
RGB Variations
Color information
#A9DCDD (or 0xA9DCDD) is known color: Powder Blue. HEX triplet: A9, DC and DD. RGB value is (169,220,221). Sum of RGB (Red+Green+Blue) = 169+220+221=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDD is #562322. Grayscale: #CCCCCC. Windows color (decimal): -5645091 or 14539945. OLE color: 14539945.
HSL color Cylindrical-coordinate representation of color #A9DCDD: hue angle of 181.15º 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 #A9DCDD is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 220 | 221 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.13 |
| HSL | 181.15º | 0.43% | 0.76% | - |
| HSV(B) | 181.15º | 0.24% | 0.87% | - |
| XYZ | 55.01 | 64.84 | 78.02 | - |
| YUV | 204.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 221 | 0.24 | 0.00 | 0 | 0.13 | 181.15 | 0.43 | 0.76 |
| Hex | A9 | DC | DD | 18 | 0 | 0 | D | B5 | 2B | 4C |
| Octal | 251 | 334 | 335 | 30 | 0 | 0 | 15 | 265 | 53 | 114 |
| Binary | 10101001 | 11011100 | 11011101 | 11000 | 0 | 0 | 1101 | 10110101 | 101011 | 1001100 |
Color Harmonies of #A9DCDD
Complementary color
Monochromatic Colors of #A9DCDD
Black with #A9DCDD
Text Example
Text Example
White with #A9DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCDD; }
p { color: rgb(169,220,221); }
H1.HeaderClassName
{
color: #A9DCDD;
}
.AnyTagClassName
{
color: #A9DCDD;
}
</style>
background-color css
<style>
a { background-color: #A9DCDD; }
a { background-color: rgb(169,220,221); }
div.DivClassName
{
background-color: #A9DCDD;
}
.BgClassName
{
background-color: #A9DCDD;
}
</style>
border-color css
<style>
span { border-color: #A9DCDD; }
span { border-color: rgb(169,220,221); }
td.TdClassName
{
border-color: #A9DCDD;
}
.TagClassName
{
border-color: #A9DCDD;
}
</style>