Shades of Powder Blue #A9DFDD
Tints of Powder Blue #A9DFDD
RGB
CMYK
RGB Variations
Color information
#A9DFDD (or 0xA9DFDD) is known color: Powder Blue. HEX triplet: A9, DF and DD. RGB value is (169,223,221). Sum of RGB (Red+Green+Blue) = 169+223+221=613 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.57% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DFDD is #562022. Grayscale: #CECECE. Windows color (decimal): -5644323 or 14540713. OLE color: 14540713.
HSL color Cylindrical-coordinate representation of color #A9DFDD: hue angle of 177.78º 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 #A9DFDD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 221 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.13 |
| HSL | 177.78º | 0.46% | 0.77% | - |
| HSV(B) | 177.78º | 0.24% | 0.87% | - |
| XYZ | 55.8 | 66.43 | 78.29 | - |
| YUV | 206.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 221 | 0.24 | 0 | 0.01 | 0.13 | 177.78 | 0.46 | 0.77 |
| Hex | A9 | DF | DD | 18 | 0 | 1 | D | B2 | 2E | 4D |
| Octal | 251 | 337 | 335 | 30 | 0 | 1 | 15 | 262 | 56 | 115 |
| Binary | 10101001 | 11011111 | 11011101 | 11000 | 0 | 1 | 1101 | 10110010 | 101110 | 1001101 |
Color Harmonies of #A9DFDD
Complementary color
Monochromatic Colors of #A9DFDD
Black with #A9DFDD
Text Example
Text Example
White with #A9DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DFDD; }
p { color: rgb(169,223,221); }
H1.HeaderClassName
{
color: #A9DFDD;
}
.AnyTagClassName
{
color: #A9DFDD;
}
</style>
background-color css
<style>
a { background-color: #A9DFDD; }
a { background-color: rgb(169,223,221); }
div.DivClassName
{
background-color: #A9DFDD;
}
.BgClassName
{
background-color: #A9DFDD;
}
</style>
border-color css
<style>
span { border-color: #A9DFDD; }
span { border-color: rgb(169,223,221); }
td.TdClassName
{
border-color: #A9DFDD;
}
.TagClassName
{
border-color: #A9DFDD;
}
</style>