Shades of Powder Blue #A9DCDF
Tints of Powder Blue #A9DCDF
RGB
CMYK
RGB Variations
Color information
#A9DCDF (or 0xA9DCDF) is known color: Powder Blue. HEX triplet: A9, DC and DF. RGB value is (169,220,223). Sum of RGB (Red+Green+Blue) = 169+220+223=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDF is #562320. Grayscale: #CDCDCD. Windows color (decimal): -5645089 or 14671017. OLE color: 14671017.
HSL color Cylindrical-coordinate representation of color #A9DCDF: hue angle of 183.33º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DCDF is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 220 | 223 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 183.33º | 0.46% | 0.77% | - |
| HSV(B) | 183.33º | 0.24% | 0.87% | - |
| XYZ | 55.27 | 64.95 | 79.44 | - |
| YUV | 205.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 223 | 0.24 | 0.01 | 0 | 0.13 | 183.33 | 0.46 | 0.77 |
| Hex | A9 | DC | DF | 18 | 1 | 0 | D | B7 | 2E | 4D |
| Octal | 251 | 334 | 337 | 30 | 1 | 0 | 15 | 267 | 56 | 115 |
| Binary | 10101001 | 11011100 | 11011111 | 11000 | 1 | 0 | 1101 | 10110111 | 101110 | 1001101 |
Color Harmonies of #A9DCDF
Complementary color
Monochromatic Colors of #A9DCDF
Black with #A9DCDF
Text Example
Text Example
White with #A9DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCDF; }
p { color: rgb(169,220,223); }
H1.HeaderClassName
{
color: #A9DCDF;
}
.AnyTagClassName
{
color: #A9DCDF;
}
</style>
background-color css
<style>
a { background-color: #A9DCDF; }
a { background-color: rgb(169,220,223); }
div.DivClassName
{
background-color: #A9DCDF;
}
.BgClassName
{
background-color: #A9DCDF;
}
</style>
border-color css
<style>
span { border-color: #A9DCDF; }
span { border-color: rgb(169,220,223); }
td.TdClassName
{
border-color: #A9DCDF;
}
.TagClassName
{
border-color: #A9DCDF;
}
</style>