Shades of Columbia Blue #A0E2FF
Tints of Columbia Blue #A0E2FF
RGB
CMYK
RGB Variations
Color information
#A0E2FF (or 0xA0E2FF) is known color: Columbia Blue. HEX triplet: A0, E2 and FF. RGB value is (160,226,255). Sum of RGB (Red+Green+Blue) = 160+226+255=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2FF is #5F1D00. Grayscale: #D1D1D1. Windows color (decimal): -6233345 or 16769696. OLE color: 16769696.
HSL color Cylindrical-coordinate representation of color #A0E2FF: hue angle of 198.32º 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 #A0E2FF is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 226 | 255 | - |
| CMYK | 0.37 | 0.11 | 0 | 0 |
| HSL | 198.32º | 1% | 0.81% | - |
| HSV(B) | 198.32º | 0.37% | 1% | - |
| XYZ | 59.74 | 69.09 | 104.79 | - |
| YUV | 209.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 255 | 0.37 | 0.11 | 0 | 0 | 198.32 | 1 | 0.81 |
| Hex | A0 | E2 | FF | 25 | B | 0 | 0 | C6 | 64 | 51 |
| Octal | 240 | 342 | 377 | 45 | 13 | 0 | 0 | 306 | 144 | 121 |
| Binary | 10100000 | 11100010 | 11111111 | 100101 | 1011 | 0 | 0 | 11000110 | 1100100 | 1010001 |
Color Harmonies of #A0E2FF
Complementary color
Monochromatic Colors of #A0E2FF
Black with #A0E2FF
Text Example
Text Example
White with #A0E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2FF; }
p { color: rgb(160,226,255); }
H1.HeaderClassName
{
color: #A0E2FF;
}
.AnyTagClassName
{
color: #A0E2FF;
}
</style>
background-color css
<style>
a { background-color: #A0E2FF; }
a { background-color: rgb(160,226,255); }
div.DivClassName
{
background-color: #A0E2FF;
}
.BgClassName
{
background-color: #A0E2FF;
}
</style>
border-color css
<style>
span { border-color: #A0E2FF; }
span { border-color: rgb(160,226,255); }
td.TdClassName
{
border-color: #A0E2FF;
}
.TagClassName
{
border-color: #A0E2FF;
}
</style>