Shades of Columbia Blue #A9E1F9
Tints of Columbia Blue #A9E1F9
RGB
CMYK
RGB Variations
Color information
#A9E1F9 (or 0xA9E1F9) is known color: Columbia Blue. HEX triplet: A9, E1 and F9. RGB value is (169,225,249). Sum of RGB (Red+Green+Blue) = 169+225+249=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1F9 is #561E06. Grayscale: #D2D2D2. Windows color (decimal): -5643783 or 16376233. OLE color: 16376233.
HSL color Cylindrical-coordinate representation of color #A9E1F9: hue angle of 198º degrees, saturation: 0.87, 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 #A9E1F9 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 225 | 249 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.02 |
| HSL | 198º | 0.87% | 0.82% | - |
| HSV(B) | 198º | 0.32% | 0.98% | - |
| XYZ | 60.39 | 69.13 | 99.78 | - |
| YUV | 210.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 249 | 0.32 | 0.10 | 0 | 0.02 | 198 | 0.87 | 0.82 |
| Hex | A9 | E1 | F9 | 20 | A | 0 | 2 | C6 | 57 | 52 |
| Octal | 251 | 341 | 371 | 40 | 12 | 0 | 2 | 306 | 127 | 122 |
| Binary | 10101001 | 11100001 | 11111001 | 100000 | 1010 | 0 | 10 | 11000110 | 1010111 | 1010010 |
Color Harmonies of #A9E1F9
Complementary color
Monochromatic Colors of #A9E1F9
Black with #A9E1F9
Text Example
Text Example
White with #A9E1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E1F9; }
p { color: rgb(169,225,249); }
H1.HeaderClassName
{
color: #A9E1F9;
}
.AnyTagClassName
{
color: #A9E1F9;
}
</style>
background-color css
<style>
a { background-color: #A9E1F9; }
a { background-color: rgb(169,225,249); }
div.DivClassName
{
background-color: #A9E1F9;
}
.BgClassName
{
background-color: #A9E1F9;
}
</style>
border-color css
<style>
span { border-color: #A9E1F9; }
span { border-color: rgb(169,225,249); }
td.TdClassName
{
border-color: #A9E1F9;
}
.TagClassName
{
border-color: #A9E1F9;
}
</style>