Shades of Columbia Blue #A9DEFD
Tints of Columbia Blue #A9DEFD
RGB
CMYK
RGB Variations
Color information
#A9DEFD (or 0xA9DEFD) is known color: Columbia Blue. HEX triplet: A9, DE and FD. RGB value is (169,222,253). Sum of RGB (Red+Green+Blue) = 169+222+253=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DEFD is #562102. Grayscale: #D1D1D1. Windows color (decimal): -5644547 or 16637609. OLE color: 16637609.
HSL color Cylindrical-coordinate representation of color #A9DEFD: hue angle of 202.14º 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 #A9DEFD is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 222 | 253 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.01 |
| HSL | 202.14º | 0.95% | 0.83% | - |
| HSV(B) | 202.14º | 0.33% | 0.99% | - |
| XYZ | 60.21 | 67.77 | 102.84 | - |
| YUV | 209.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 253 | 0.33 | 0.12 | 0 | 0.01 | 202.14 | 0.95 | 0.83 |
| Hex | A9 | DE | FD | 21 | C | 0 | 1 | CA | 5F | 53 |
| Octal | 251 | 336 | 375 | 41 | 14 | 0 | 1 | 312 | 137 | 123 |
| Binary | 10101001 | 11011110 | 11111101 | 100001 | 1100 | 0 | 1 | 11001010 | 1011111 | 1010011 |
Color Harmonies of #A9DEFD
Complementary color
Monochromatic Colors of #A9DEFD
Black with #A9DEFD
Text Example
Text Example
White with #A9DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DEFD; }
p { color: rgb(169,222,253); }
H1.HeaderClassName
{
color: #A9DEFD;
}
.AnyTagClassName
{
color: #A9DEFD;
}
</style>
background-color css
<style>
a { background-color: #A9DEFD; }
a { background-color: rgb(169,222,253); }
div.DivClassName
{
background-color: #A9DEFD;
}
.BgClassName
{
background-color: #A9DEFD;
}
</style>
border-color css
<style>
span { border-color: #A9DEFD; }
span { border-color: rgb(169,222,253); }
td.TdClassName
{
border-color: #A9DEFD;
}
.TagClassName
{
border-color: #A9DEFD;
}
</style>