Shades of Columbia Blue #A9D9FD
Tints of Columbia Blue #A9D9FD
RGB
CMYK
RGB Variations
Color information
#A9D9FD (or 0xA9D9FD) is known color: Columbia Blue. HEX triplet: A9, D9 and FD. RGB value is (169,217,253). Sum of RGB (Red+Green+Blue) = 169+217+253=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FD is #562602. Grayscale: #CECECE. Windows color (decimal): -5645827 or 16636329. OLE color: 16636329.
HSL color Cylindrical-coordinate representation of color #A9D9FD: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D9FD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 217 | 253 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.01 |
| HSL | 205.71º | 0.95% | 0.83% | - |
| HSV(B) | 205.71º | 0.33% | 0.99% | - |
| XYZ | 58.9 | 65.15 | 102.4 | - |
| YUV | 206.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 253 | 0.33 | 0.14 | 0 | 0.01 | 205.71 | 0.95 | 0.83 |
| Hex | A9 | D9 | FD | 21 | E | 0 | 1 | CE | 5F | 53 |
| Octal | 251 | 331 | 375 | 41 | 16 | 0 | 1 | 316 | 137 | 123 |
| Binary | 10101001 | 11011001 | 11111101 | 100001 | 1110 | 0 | 1 | 11001110 | 1011111 | 1010011 |
Color Harmonies of #A9D9FD
Complementary color
Monochromatic Colors of #A9D9FD
Black with #A9D9FD
Text Example
Text Example
White with #A9D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9FD; }
p { color: rgb(169,217,253); }
H1.HeaderClassName
{
color: #A9D9FD;
}
.AnyTagClassName
{
color: #A9D9FD;
}
</style>
background-color css
<style>
a { background-color: #A9D9FD; }
a { background-color: rgb(169,217,253); }
div.DivClassName
{
background-color: #A9D9FD;
}
.BgClassName
{
background-color: #A9D9FD;
}
</style>
border-color css
<style>
span { border-color: #A9D9FD; }
span { border-color: rgb(169,217,253); }
td.TdClassName
{
border-color: #A9D9FD;
}
.TagClassName
{
border-color: #A9D9FD;
}
</style>