Shades of Columbia Blue #A1ECFF
Tints of Columbia Blue #A1ECFF
RGB
CMYK
RGB Variations
Color information
#A1ECFF (or 0xA1ECFF) is known color: Columbia Blue. HEX triplet: A1, EC and FF. RGB value is (161,236,255). Sum of RGB (Red+Green+Blue) = 161+236+255=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECFF is #5E1300. Grayscale: #D7D7D7. Windows color (decimal): -6165249 or 16772257. OLE color: 16772257.
HSL color Cylindrical-coordinate representation of color #A1ECFF: hue angle of 192.13º 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 #A1ECFF is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 236 | 255 | - |
| CMYK | 0.37 | 0.07 | 0 | 0 |
| HSL | 192.13º | 1% | 0.82% | - |
| HSV(B) | 192.13º | 0.37% | 1% | - |
| XYZ | 62.74 | 74.79 | 105.74 | - |
| YUV | 215.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 255 | 0.37 | 0.07 | 0 | 0 | 192.13 | 1 | 0.82 |
| Hex | A1 | EC | FF | 25 | 7 | 0 | 0 | C0 | 64 | 52 |
| Octal | 241 | 354 | 377 | 45 | 7 | 0 | 0 | 300 | 144 | 122 |
| Binary | 10100001 | 11101100 | 11111111 | 100101 | 111 | 0 | 0 | 11000000 | 1100100 | 1010010 |
Color Harmonies of #A1ECFF
Complementary color
Monochromatic Colors of #A1ECFF
Black with #A1ECFF
Text Example
Text Example
White with #A1ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECFF; }
p { color: rgb(161,236,255); }
H1.HeaderClassName
{
color: #A1ECFF;
}
.AnyTagClassName
{
color: #A1ECFF;
}
</style>
background-color css
<style>
a { background-color: #A1ECFF; }
a { background-color: rgb(161,236,255); }
div.DivClassName
{
background-color: #A1ECFF;
}
.BgClassName
{
background-color: #A1ECFF;
}
</style>
border-color css
<style>
span { border-color: #A1ECFF; }
span { border-color: rgb(161,236,255); }
td.TdClassName
{
border-color: #A1ECFF;
}
.TagClassName
{
border-color: #A1ECFF;
}
</style>