Shades of Columbia Blue #A9D9FA
Tints of Columbia Blue #A9D9FA
RGB
CMYK
RGB Variations
Color information
#A9D9FA (or 0xA9D9FA) is known color: Columbia Blue. HEX triplet: A9, D9 and FA. RGB value is (169,217,250). Sum of RGB (Red+Green+Blue) = 169+217+250=636 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.57% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FA is #562605. Grayscale: #CECECE. Windows color (decimal): -5645830 or 16439721. OLE color: 16439721.
HSL color Cylindrical-coordinate representation of color #A9D9FA: hue angle of 204.44º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D9FA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 217 | 250 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.02 |
| HSL | 204.44º | 0.89% | 0.82% | - |
| HSV(B) | 204.44º | 0.32% | 0.98% | - |
| XYZ | 58.43 | 64.96 | 99.9 | - |
| YUV | 206.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 250 | 0.32 | 0.13 | 0 | 0.02 | 204.44 | 0.89 | 0.82 |
| Hex | A9 | D9 | FA | 20 | D | 0 | 2 | CC | 59 | 52 |
| Octal | 251 | 331 | 372 | 40 | 15 | 0 | 2 | 314 | 131 | 122 |
| Binary | 10101001 | 11011001 | 11111010 | 100000 | 1101 | 0 | 10 | 11001100 | 1011001 | 1010010 |
Color Harmonies of #A9D9FA
Complementary color
Monochromatic Colors of #A9D9FA
Black with #A9D9FA
Text Example
Text Example
White with #A9D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9FA; }
p { color: rgb(169,217,250); }
H1.HeaderClassName
{
color: #A9D9FA;
}
.AnyTagClassName
{
color: #A9D9FA;
}
</style>
background-color css
<style>
a { background-color: #A9D9FA; }
a { background-color: rgb(169,217,250); }
div.DivClassName
{
background-color: #A9D9FA;
}
.BgClassName
{
background-color: #A9D9FA;
}
</style>
border-color css
<style>
span { border-color: #A9D9FA; }
span { border-color: rgb(169,217,250); }
td.TdClassName
{
border-color: #A9D9FA;
}
.TagClassName
{
border-color: #A9D9FA;
}
</style>