Shades of Columbia Blue #A1E5FF
Tints of Columbia Blue #A1E5FF
RGB
CMYK
RGB Variations
Color information
#A1E5FF (or 0xA1E5FF) is known color: Columbia Blue. HEX triplet: A1, E5 and FF. RGB value is (161,229,255). Sum of RGB (Red+Green+Blue) = 161+229+255=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E5FF is #5E1A00. Grayscale: #D3D3D3. Windows color (decimal): -6167041 or 16770465. OLE color: 16770465.
HSL color Cylindrical-coordinate representation of color #A1E5FF: hue angle of 196.6º 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 #A1E5FF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 229 | 255 | - |
| CMYK | 0.37 | 0.10 | 0 | 0 |
| HSL | 196.6º | 1% | 0.82% | - |
| HSV(B) | 196.6º | 0.37% | 1% | - |
| XYZ | 60.77 | 70.84 | 105.08 | - |
| YUV | 211.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 255 | 0.37 | 0.10 | 0 | 0 | 196.6 | 1 | 0.82 |
| Hex | A1 | E5 | FF | 25 | A | 0 | 0 | C5 | 64 | 52 |
| Octal | 241 | 345 | 377 | 45 | 12 | 0 | 0 | 305 | 144 | 122 |
| Binary | 10100001 | 11100101 | 11111111 | 100101 | 1010 | 0 | 0 | 11000101 | 1100100 | 1010010 |
Color Harmonies of #A1E5FF
Complementary color
Monochromatic Colors of #A1E5FF
Black with #A1E5FF
Text Example
Text Example
White with #A1E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5FF; }
p { color: rgb(161,229,255); }
H1.HeaderClassName
{
color: #A1E5FF;
}
.AnyTagClassName
{
color: #A1E5FF;
}
</style>
background-color css
<style>
a { background-color: #A1E5FF; }
a { background-color: rgb(161,229,255); }
div.DivClassName
{
background-color: #A1E5FF;
}
.BgClassName
{
background-color: #A1E5FF;
}
</style>
border-color css
<style>
span { border-color: #A1E5FF; }
span { border-color: rgb(161,229,255); }
td.TdClassName
{
border-color: #A1E5FF;
}
.TagClassName
{
border-color: #A1E5FF;
}
</style>