Shades of Columbia Blue #A9DCFE
Tints of Columbia Blue #A9DCFE
RGB
CMYK
RGB Variations
Color information
#A9DCFE (or 0xA9DCFE) is known color: Columbia Blue. HEX triplet: A9, DC and FE. RGB value is (169,220,254). Sum of RGB (Red+Green+Blue) = 169+220+254=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCFE is #562301. Grayscale: #D0D0D0. Windows color (decimal): -5645058 or 16702633. OLE color: 16702633.
HSL color Cylindrical-coordinate representation of color #A9DCFE: hue angle of 204º 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 #A9DCFE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 220 | 254 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.00 |
| HSL | 204º | 0.98% | 0.83% | - |
| HSV(B) | 204º | 0.33% | 1% | - |
| XYZ | 59.84 | 66.78 | 103.5 | - |
| YUV | 208.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 254 | 0.33 | 0.13 | 0 | 0.00 | 204 | 0.98 | 0.83 |
| Hex | A9 | DC | FE | 21 | D | 0 | 0 | CC | 62 | 53 |
| Octal | 251 | 334 | 376 | 41 | 15 | 0 | 0 | 314 | 142 | 123 |
| Binary | 10101001 | 11011100 | 11111110 | 100001 | 1101 | 0 | 0 | 11001100 | 1100010 | 1010011 |
Color Harmonies of #A9DCFE
Complementary color
Monochromatic Colors of #A9DCFE
Black with #A9DCFE
Text Example
Text Example
White with #A9DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCFE; }
p { color: rgb(169,220,254); }
H1.HeaderClassName
{
color: #A9DCFE;
}
.AnyTagClassName
{
color: #A9DCFE;
}
</style>
background-color css
<style>
a { background-color: #A9DCFE; }
a { background-color: rgb(169,220,254); }
div.DivClassName
{
background-color: #A9DCFE;
}
.BgClassName
{
background-color: #A9DCFE;
}
</style>
border-color css
<style>
span { border-color: #A9DCFE; }
span { border-color: rgb(169,220,254); }
td.TdClassName
{
border-color: #A9DCFE;
}
.TagClassName
{
border-color: #A9DCFE;
}
</style>