Shades of Powder Blue #A9DDDE
Tints of Powder Blue #A9DDDE
RGB
CMYK
RGB Variations
Color information
#A9DDDE (or 0xA9DDDE) is known color: Powder Blue. HEX triplet: A9, DD and DE. RGB value is (169,221,222). Sum of RGB (Red+Green+Blue) = 169+221+222=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDDE is #562221. Grayscale: #CDCDCD. Windows color (decimal): -5644834 or 14605737. OLE color: 14605737.
HSL color Cylindrical-coordinate representation of color #A9DDDE: hue angle of 181.13º degrees, saturation: 0.45, 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 #A9DDDE is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 222 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.13 |
| HSL | 181.13º | 0.45% | 0.77% | - |
| HSV(B) | 181.13º | 0.24% | 0.87% | - |
| XYZ | 55.4 | 65.42 | 78.81 | - |
| YUV | 205.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 222 | 0.24 | 0.00 | 0 | 0.13 | 181.13 | 0.45 | 0.77 |
| Hex | A9 | DD | DE | 18 | 0 | 0 | D | B5 | 2D | 4D |
| Octal | 251 | 335 | 336 | 30 | 0 | 0 | 15 | 265 | 55 | 115 |
| Binary | 10101001 | 11011101 | 11011110 | 11000 | 0 | 0 | 1101 | 10110101 | 101101 | 1001101 |
Color Harmonies of #A9DDDE
Complementary color
Monochromatic Colors of #A9DDDE
Black with #A9DDDE
Text Example
Text Example
White with #A9DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDDE; }
p { color: rgb(169,221,222); }
H1.HeaderClassName
{
color: #A9DDDE;
}
.AnyTagClassName
{
color: #A9DDDE;
}
</style>
background-color css
<style>
a { background-color: #A9DDDE; }
a { background-color: rgb(169,221,222); }
div.DivClassName
{
background-color: #A9DDDE;
}
.BgClassName
{
background-color: #A9DDDE;
}
</style>
border-color css
<style>
span { border-color: #A9DDDE; }
span { border-color: rgb(169,221,222); }
td.TdClassName
{
border-color: #A9DDDE;
}
.TagClassName
{
border-color: #A9DDDE;
}
</style>