Shades of Columbia Blue #A1E3FF
Tints of Columbia Blue #A1E3FF
RGB
CMYK
RGB Variations
Color information
#A1E3FF (or 0xA1E3FF) is known color: Columbia Blue. HEX triplet: A1, E3 and FF. RGB value is (161,227,255). Sum of RGB (Red+Green+Blue) = 161+227+255=643 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.04% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E3FF is #5E1C00. Grayscale: #D2D2D2. Windows color (decimal): -6167553 or 16769953. OLE color: 16769953.
HSL color Cylindrical-coordinate representation of color #A1E3FF: hue angle of 197.87º 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 #A1E3FF is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 227 | 255 | - |
| CMYK | 0.37 | 0.11 | 0 | 0 |
| HSL | 197.87º | 1% | 0.82% | - |
| HSV(B) | 197.87º | 0.37% | 1% | - |
| XYZ | 60.22 | 69.74 | 104.89 | - |
| YUV | 210.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 255 | 0.37 | 0.11 | 0 | 0 | 197.87 | 1 | 0.82 |
| Hex | A1 | E3 | FF | 25 | B | 0 | 0 | C6 | 64 | 52 |
| Octal | 241 | 343 | 377 | 45 | 13 | 0 | 0 | 306 | 144 | 122 |
| Binary | 10100001 | 11100011 | 11111111 | 100101 | 1011 | 0 | 0 | 11000110 | 1100100 | 1010010 |
Color Harmonies of #A1E3FF
Complementary color
Monochromatic Colors of #A1E3FF
Black with #A1E3FF
Text Example
Text Example
White with #A1E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3FF; }
p { color: rgb(161,227,255); }
H1.HeaderClassName
{
color: #A1E3FF;
}
.AnyTagClassName
{
color: #A1E3FF;
}
</style>
background-color css
<style>
a { background-color: #A1E3FF; }
a { background-color: rgb(161,227,255); }
div.DivClassName
{
background-color: #A1E3FF;
}
.BgClassName
{
background-color: #A1E3FF;
}
</style>
border-color css
<style>
span { border-color: #A1E3FF; }
span { border-color: rgb(161,227,255); }
td.TdClassName
{
border-color: #A1E3FF;
}
.TagClassName
{
border-color: #A1E3FF;
}
</style>