Shades of Columbia Blue #A9DFFD
Tints of Columbia Blue #A9DFFD
RGB
CMYK
RGB Variations
Color information
#A9DFFD (or 0xA9DFFD) is known color: Columbia Blue. HEX triplet: A9, DF and FD. RGB value is (169,223,253). Sum of RGB (Red+Green+Blue) = 169+223+253=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DFFD is #562002. Grayscale: #D2D2D2. Windows color (decimal): -5644291 or 16637865. OLE color: 16637865.
HSL color Cylindrical-coordinate representation of color #A9DFFD: hue angle of 201.43º 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 #A9DFFD is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 223 | 253 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.01 |
| HSL | 201.43º | 0.95% | 0.83% | - |
| HSV(B) | 201.43º | 0.33% | 0.99% | - |
| XYZ | 60.48 | 68.3 | 102.92 | - |
| YUV | 210.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 253 | 0.33 | 0.12 | 0 | 0.01 | 201.43 | 0.95 | 0.83 |
| Hex | A9 | DF | FD | 21 | C | 0 | 1 | C9 | 5F | 53 |
| Octal | 251 | 337 | 375 | 41 | 14 | 0 | 1 | 311 | 137 | 123 |
| Binary | 10101001 | 11011111 | 11111101 | 100001 | 1100 | 0 | 1 | 11001001 | 1011111 | 1010011 |
Color Harmonies of #A9DFFD
Complementary color
Monochromatic Colors of #A9DFFD
Black with #A9DFFD
Text Example
Text Example
White with #A9DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DFFD; }
p { color: rgb(169,223,253); }
H1.HeaderClassName
{
color: #A9DFFD;
}
.AnyTagClassName
{
color: #A9DFFD;
}
</style>
background-color css
<style>
a { background-color: #A9DFFD; }
a { background-color: rgb(169,223,253); }
div.DivClassName
{
background-color: #A9DFFD;
}
.BgClassName
{
background-color: #A9DFFD;
}
</style>
border-color css
<style>
span { border-color: #A9DFFD; }
span { border-color: rgb(169,223,253); }
td.TdClassName
{
border-color: #A9DFFD;
}
.TagClassName
{
border-color: #A9DFFD;
}
</style>