Shades of Columbia Blue #A9D8FE
Tints of Columbia Blue #A9D8FE
RGB
CMYK
RGB Variations
Color information
#A9D8FE (or 0xA9D8FE) is known color: Columbia Blue. HEX triplet: A9, D8 and FE. RGB value is (169,216,254). Sum of RGB (Red+Green+Blue) = 169+216+254=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D8FE is #562701. Grayscale: #CECECE. Windows color (decimal): -5646082 or 16701609. OLE color: 16701609.
HSL color Cylindrical-coordinate representation of color #A9D8FE: hue angle of 206.82º 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 #A9D8FE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 216 | 254 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.00 |
| HSL | 206.82º | 0.98% | 0.83% | - |
| HSV(B) | 206.82º | 0.33% | 1% | - |
| XYZ | 58.81 | 64.7 | 103.16 | - |
| YUV | 206.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 254 | 0.33 | 0.15 | 0 | 0.00 | 206.82 | 0.98 | 0.83 |
| Hex | A9 | D8 | FE | 21 | F | 0 | 0 | CF | 62 | 53 |
| Octal | 251 | 330 | 376 | 41 | 17 | 0 | 0 | 317 | 142 | 123 |
| Binary | 10101001 | 11011000 | 11111110 | 100001 | 1111 | 0 | 0 | 11001111 | 1100010 | 1010011 |
Color Harmonies of #A9D8FE
Complementary color
Monochromatic Colors of #A9D8FE
Black with #A9D8FE
Text Example
Text Example
White with #A9D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D8FE; }
p { color: rgb(169,216,254); }
H1.HeaderClassName
{
color: #A9D8FE;
}
.AnyTagClassName
{
color: #A9D8FE;
}
</style>
background-color css
<style>
a { background-color: #A9D8FE; }
a { background-color: rgb(169,216,254); }
div.DivClassName
{
background-color: #A9D8FE;
}
.BgClassName
{
background-color: #A9D8FE;
}
</style>
border-color css
<style>
span { border-color: #A9D8FE; }
span { border-color: rgb(169,216,254); }
td.TdClassName
{
border-color: #A9D8FE;
}
.TagClassName
{
border-color: #A9D8FE;
}
</style>