Shades of Columbia Blue #A1E1FC
Tints of Columbia Blue #A1E1FC
RGB
CMYK
RGB Variations
Color information
#A1E1FC (or 0xA1E1FC) is known color: Columbia Blue. HEX triplet: A1, E1 and FC. RGB value is (161,225,252). Sum of RGB (Red+Green+Blue) = 161+225+252=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E1FC is #5E1E03. Grayscale: #D0D0D0. Windows color (decimal): -6168068 or 16572833. OLE color: 16572833.
HSL color Cylindrical-coordinate representation of color #A1E1FC: hue angle of 197.8º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1E1FC is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 225 | 252 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.01 |
| HSL | 197.8º | 0.94% | 0.81% | - |
| HSV(B) | 197.8º | 0.36% | 0.99% | - |
| XYZ | 59.19 | 68.46 | 102.19 | - |
| YUV | 208.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 252 | 0.36 | 0.11 | 0 | 0.01 | 197.8 | 0.94 | 0.81 |
| Hex | A1 | E1 | FC | 24 | B | 0 | 1 | C6 | 5E | 51 |
| Octal | 241 | 341 | 374 | 44 | 13 | 0 | 1 | 306 | 136 | 121 |
| Binary | 10100001 | 11100001 | 11111100 | 100100 | 1011 | 0 | 1 | 11000110 | 1011110 | 1010001 |
Color Harmonies of #A1E1FC
Complementary color
Monochromatic Colors of #A1E1FC
Black with #A1E1FC
Text Example
Text Example
White with #A1E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1FC; }
p { color: rgb(161,225,252); }
H1.HeaderClassName
{
color: #A1E1FC;
}
.AnyTagClassName
{
color: #A1E1FC;
}
</style>
background-color css
<style>
a { background-color: #A1E1FC; }
a { background-color: rgb(161,225,252); }
div.DivClassName
{
background-color: #A1E1FC;
}
.BgClassName
{
background-color: #A1E1FC;
}
</style>
border-color css
<style>
span { border-color: #A1E1FC; }
span { border-color: rgb(161,225,252); }
td.TdClassName
{
border-color: #A1E1FC;
}
.TagClassName
{
border-color: #A1E1FC;
}
</style>