Shades of Columbia Blue #A1D1FF
Tints of Columbia Blue #A1D1FF
RGB
CMYK
RGB Variations
Color information
#A1D1FF (or 0xA1D1FF) is known color: Columbia Blue. HEX triplet: A1, D1 and FF. RGB value is (161,209,255). Sum of RGB (Red+Green+Blue) = 161+209+255=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1FF is #5E2E00. Grayscale: #C7C7C7. Windows color (decimal): -6172161 or 16765345. OLE color: 16765345.
HSL color Cylindrical-coordinate representation of color #A1D1FF: hue angle of 209.36º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1D1FF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 209 | 255 | - |
| CMYK | 0.37 | 0.18 | 0 | 0 |
| HSL | 209.36º | 1% | 0.82% | - |
| HSV(B) | 209.36º | 0.37% | 1% | - |
| XYZ | 55.55 | 60.4 | 103.34 | - |
| YUV | 199.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 255 | 0.37 | 0.18 | 0 | 0 | 209.36 | 1 | 0.82 |
| Hex | A1 | D1 | FF | 25 | 12 | 0 | 0 | D1 | 64 | 52 |
| Octal | 241 | 321 | 377 | 45 | 22 | 0 | 0 | 321 | 144 | 122 |
| Binary | 10100001 | 11010001 | 11111111 | 100101 | 10010 | 0 | 0 | 11010001 | 1100100 | 1010010 |
Color Harmonies of #A1D1FF
Complementary color
Monochromatic Colors of #A1D1FF
Black with #A1D1FF
Text Example
Text Example
White with #A1D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1FF; }
p { color: rgb(161,209,255); }
H1.HeaderClassName
{
color: #A1D1FF;
}
.AnyTagClassName
{
color: #A1D1FF;
}
</style>
background-color css
<style>
a { background-color: #A1D1FF; }
a { background-color: rgb(161,209,255); }
div.DivClassName
{
background-color: #A1D1FF;
}
.BgClassName
{
background-color: #A1D1FF;
}
</style>
border-color css
<style>
span { border-color: #A1D1FF; }
span { border-color: rgb(161,209,255); }
td.TdClassName
{
border-color: #A1D1FF;
}
.TagClassName
{
border-color: #A1D1FF;
}
</style>