Shades of Columbia Blue #A9D9FE
Tints of Columbia Blue #A9D9FE
RGB
CMYK
RGB Variations
Color information
#A9D9FE (or 0xA9D9FE) is known color: Columbia Blue. HEX triplet: A9, D9 and FE. RGB value is (169,217,254). Sum of RGB (Red+Green+Blue) = 169+217+254=640 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.41% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FE is #562601. Grayscale: #CECECE. Windows color (decimal): -5645826 or 16701865. OLE color: 16701865.
HSL color Cylindrical-coordinate representation of color #A9D9FE: hue angle of 206.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D9FE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 217 | 254 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.00 |
| HSL | 206.12º | 0.98% | 0.83% | - |
| HSV(B) | 206.12º | 0.33% | 1% | - |
| XYZ | 59.06 | 65.22 | 103.24 | - |
| YUV | 206.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 254 | 0.33 | 0.15 | 0 | 0.00 | 206.12 | 0.98 | 0.83 |
| Hex | A9 | D9 | FE | 21 | F | 0 | 0 | CE | 62 | 53 |
| Octal | 251 | 331 | 376 | 41 | 17 | 0 | 0 | 316 | 142 | 123 |
| Binary | 10101001 | 11011001 | 11111110 | 100001 | 1111 | 0 | 0 | 11001110 | 1100010 | 1010011 |
Color Harmonies of #A9D9FE
Complementary color
Monochromatic Colors of #A9D9FE
Black with #A9D9FE
Text Example
Text Example
White with #A9D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9FE; }
p { color: rgb(169,217,254); }
H1.HeaderClassName
{
color: #A9D9FE;
}
.AnyTagClassName
{
color: #A9D9FE;
}
</style>
background-color css
<style>
a { background-color: #A9D9FE; }
a { background-color: rgb(169,217,254); }
div.DivClassName
{
background-color: #A9D9FE;
}
.BgClassName
{
background-color: #A9D9FE;
}
</style>
border-color css
<style>
span { border-color: #A9D9FE; }
span { border-color: rgb(169,217,254); }
td.TdClassName
{
border-color: #A9D9FE;
}
.TagClassName
{
border-color: #A9D9FE;
}
</style>