Shades of Columbia Blue #A1D5FF
Tints of Columbia Blue #A1D5FF
RGB
CMYK
RGB Variations
Color information
#A1D5FF (or 0xA1D5FF) is known color: Columbia Blue. HEX triplet: A1, D5 and FF. RGB value is (161,213,255). Sum of RGB (Red+Green+Blue) = 161+213+255=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1D5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D5FF is #5E2A00. Grayscale: #CACACA. Windows color (decimal): -6171137 or 16766369. OLE color: 16766369.
HSL color Cylindrical-coordinate representation of color #A1D5FF: hue angle of 206.81º 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 #A1D5FF is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 213 | 255 | - |
| CMYK | 0.37 | 0.16 | 0 | 0 |
| HSL | 206.81º | 1% | 0.82% | - |
| HSV(B) | 206.81º | 0.37% | 1% | - |
| XYZ | 56.54 | 62.39 | 103.67 | - |
| YUV | 202.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 255 | 0.37 | 0.16 | 0 | 0 | 206.81 | 1 | 0.82 |
| Hex | A1 | D5 | FF | 25 | 10 | 0 | 0 | CF | 64 | 52 |
| Octal | 241 | 325 | 377 | 45 | 20 | 0 | 0 | 317 | 144 | 122 |
| Binary | 10100001 | 11010101 | 11111111 | 100101 | 10000 | 0 | 0 | 11001111 | 1100100 | 1010010 |
Color Harmonies of #A1D5FF
Complementary color
Monochromatic Colors of #A1D5FF
Black with #A1D5FF
Text Example
Text Example
White with #A1D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5FF; }
p { color: rgb(161,213,255); }
H1.HeaderClassName
{
color: #A1D5FF;
}
.AnyTagClassName
{
color: #A1D5FF;
}
</style>
background-color css
<style>
a { background-color: #A1D5FF; }
a { background-color: rgb(161,213,255); }
div.DivClassName
{
background-color: #A1D5FF;
}
.BgClassName
{
background-color: #A1D5FF;
}
</style>
border-color css
<style>
span { border-color: #A1D5FF; }
span { border-color: rgb(161,213,255); }
td.TdClassName
{
border-color: #A1D5FF;
}
.TagClassName
{
border-color: #A1D5FF;
}
</style>