Shades of Powder Blue #A9DADB
Tints of Powder Blue #A9DADB
RGB
CMYK
RGB Variations
Color information
#A9DADB (or 0xA9DADB) is known color: Powder Blue. HEX triplet: A9, DA and DB. RGB value is (169,218,219). Sum of RGB (Red+Green+Blue) = 169+218+219=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DADB is #562524. Grayscale: #CBCBCB. Windows color (decimal): -5645605 or 14408361. OLE color: 14408361.
HSL color Cylindrical-coordinate representation of color #A9DADB: hue angle of 181.2º degrees, saturation: 0.41, 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 #A9DADB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 218 | 219 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.14 |
| HSL | 181.2º | 0.41% | 0.76% | - |
| HSV(B) | 181.2º | 0.23% | 0.86% | - |
| XYZ | 54.22 | 63.69 | 76.45 | - |
| YUV | 203.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 219 | 0.23 | 0.00 | 0 | 0.14 | 181.2 | 0.41 | 0.76 |
| Hex | A9 | DA | DB | 17 | 0 | 0 | E | B5 | 29 | 4C |
| Octal | 251 | 332 | 333 | 27 | 0 | 0 | 16 | 265 | 51 | 114 |
| Binary | 10101001 | 11011010 | 11011011 | 10111 | 0 | 0 | 1110 | 10110101 | 101001 | 1001100 |
Color Harmonies of #A9DADB
Complementary color
Monochromatic Colors of #A9DADB
Black with #A9DADB
Text Example
Text Example
White with #A9DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DADB; }
p { color: rgb(169,218,219); }
H1.HeaderClassName
{
color: #A9DADB;
}
.AnyTagClassName
{
color: #A9DADB;
}
</style>
background-color css
<style>
a { background-color: #A9DADB; }
a { background-color: rgb(169,218,219); }
div.DivClassName
{
background-color: #A9DADB;
}
.BgClassName
{
background-color: #A9DADB;
}
</style>
border-color css
<style>
span { border-color: #A9DADB; }
span { border-color: rgb(169,218,219); }
td.TdClassName
{
border-color: #A9DADB;
}
.TagClassName
{
border-color: #A9DADB;
}
</style>