Shades of Powder Blue #A9DCDC
Tints of Powder Blue #A9DCDC
RGB
CMYK
RGB Variations
Color information
#A9DCDC (or 0xA9DCDC) is known color: Powder Blue. HEX triplet: A9, DC and DC. RGB value is (169,220,220). Sum of RGB (Red+Green+Blue) = 169+220+220=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A9DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDC is #562323. Grayscale: #CCCCCC. Windows color (decimal): -5645092 or 14474409. OLE color: 14474409.
HSL color Cylindrical-coordinate representation of color #A9DCDC: hue angle of 180º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCDC is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 220 | - |
| CMYK | 0.23 | 0 | 0 | 0.14 |
| HSL | 180º | 0.42% | 0.76% | - |
| HSV(B) | 180º | 0.23% | 0.86% | - |
| XYZ | 54.87 | 64.79 | 77.32 | - |
| YUV | 204.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 220 | 0.23 | 0 | 0 | 0.14 | 180 | 0.42 | 0.76 |
| Hex | A9 | DC | DC | 17 | 0 | 0 | E | B4 | 2A | 4C |
| Octal | 251 | 334 | 334 | 27 | 0 | 0 | 16 | 264 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11011100 | 10111 | 0 | 0 | 1110 | 10110100 | 101010 | 1001100 |
Color Harmonies of #A9DCDC
Complementary color
Monochromatic Colors of #A9DCDC
Black with #A9DCDC
Text Example
Text Example
White with #A9DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCDC; }
p { color: rgb(169,220,220); }
H1.HeaderClassName
{
color: #A9DCDC;
}
.AnyTagClassName
{
color: #A9DCDC;
}
</style>
background-color css
<style>
a { background-color: #A9DCDC; }
a { background-color: rgb(169,220,220); }
div.DivClassName
{
background-color: #A9DCDC;
}
.BgClassName
{
background-color: #A9DCDC;
}
</style>
border-color css
<style>
span { border-color: #A9DCDC; }
span { border-color: rgb(169,220,220); }
td.TdClassName
{
border-color: #A9DCDC;
}
.TagClassName
{
border-color: #A9DCDC;
}
</style>