Shades of Columbia Blue #A9DCFD
Tints of Columbia Blue #A9DCFD
RGB
CMYK
RGB Variations
Color information
#A9DCFD (or 0xA9DCFD) is known color: Columbia Blue. HEX triplet: A9, DC and FD. RGB value is (169,220,253). Sum of RGB (Red+Green+Blue) = 169+220+253=642 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.32% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCFD is #562302. Grayscale: #D0D0D0. Windows color (decimal): -5645059 or 16637097. OLE color: 16637097.
HSL color Cylindrical-coordinate representation of color #A9DCFD: hue angle of 203.57º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DCFD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 220 | 253 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.01 |
| HSL | 203.57º | 0.95% | 0.83% | - |
| HSV(B) | 203.57º | 0.33% | 0.99% | - |
| XYZ | 59.69 | 66.71 | 102.66 | - |
| YUV | 208.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 253 | 0.33 | 0.13 | 0 | 0.01 | 203.57 | 0.95 | 0.83 |
| Hex | A9 | DC | FD | 21 | D | 0 | 1 | CC | 5F | 53 |
| Octal | 251 | 334 | 375 | 41 | 15 | 0 | 1 | 314 | 137 | 123 |
| Binary | 10101001 | 11011100 | 11111101 | 100001 | 1101 | 0 | 1 | 11001100 | 1011111 | 1010011 |
Color Harmonies of #A9DCFD
Complementary color
Monochromatic Colors of #A9DCFD
Black with #A9DCFD
Text Example
Text Example
White with #A9DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCFD; }
p { color: rgb(169,220,253); }
H1.HeaderClassName
{
color: #A9DCFD;
}
.AnyTagClassName
{
color: #A9DCFD;
}
</style>
background-color css
<style>
a { background-color: #A9DCFD; }
a { background-color: rgb(169,220,253); }
div.DivClassName
{
background-color: #A9DCFD;
}
.BgClassName
{
background-color: #A9DCFD;
}
</style>
border-color css
<style>
span { border-color: #A9DCFD; }
span { border-color: rgb(169,220,253); }
td.TdClassName
{
border-color: #A9DCFD;
}
.TagClassName
{
border-color: #A9DCFD;
}
</style>