Shades of Columbia Blue #A0E1FF
Tints of Columbia Blue #A0E1FF
RGB
CMYK
RGB Variations
Color information
#A0E1FF (or 0xA0E1FF) is known color: Columbia Blue. HEX triplet: A0, E1 and FF. RGB value is (160,225,255). Sum of RGB (Red+Green+Blue) = 160+225+255=640 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1FF is #5F1E00. Grayscale: #D0D0D0. Windows color (decimal): -6233601 or 16769440. OLE color: 16769440.
HSL color Cylindrical-coordinate representation of color #A0E1FF: hue angle of 198.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0E1FF is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 225 | 255 | - |
| CMYK | 0.37 | 0.12 | 0 | 0 |
| HSL | 198.95º | 1% | 0.81% | - |
| HSV(B) | 198.95º | 0.37% | 1% | - |
| XYZ | 59.47 | 68.54 | 104.7 | - |
| YUV | 208.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 255 | 0.37 | 0.12 | 0 | 0 | 198.95 | 1 | 0.81 |
| Hex | A0 | E1 | FF | 25 | C | 0 | 0 | C7 | 64 | 51 |
| Octal | 240 | 341 | 377 | 45 | 14 | 0 | 0 | 307 | 144 | 121 |
| Binary | 10100000 | 11100001 | 11111111 | 100101 | 1100 | 0 | 0 | 11000111 | 1100100 | 1010001 |
Color Harmonies of #A0E1FF
Complementary color
Monochromatic Colors of #A0E1FF
Black with #A0E1FF
Text Example
Text Example
White with #A0E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1FF; }
p { color: rgb(160,225,255); }
H1.HeaderClassName
{
color: #A0E1FF;
}
.AnyTagClassName
{
color: #A0E1FF;
}
</style>
background-color css
<style>
a { background-color: #A0E1FF; }
a { background-color: rgb(160,225,255); }
div.DivClassName
{
background-color: #A0E1FF;
}
.BgClassName
{
background-color: #A0E1FF;
}
</style>
border-color css
<style>
span { border-color: #A0E1FF; }
span { border-color: rgb(160,225,255); }
td.TdClassName
{
border-color: #A0E1FF;
}
.TagClassName
{
border-color: #A0E1FF;
}
</style>