Shades of Columbia Blue #A0E3FA
Tints of Columbia Blue #A0E3FA
RGB
CMYK
RGB Variations
Color information
#A0E3FA (or 0xA0E3FA) is known color: Columbia Blue. HEX triplet: A0, E3 and FA. RGB value is (160,227,250). Sum of RGB (Red+Green+Blue) = 160+227+250=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E3FA is #5F1C05. Grayscale: #D1D1D1. Windows color (decimal): -6233094 or 16442272. OLE color: 16442272.
HSL color Cylindrical-coordinate representation of color #A0E3FA: hue angle of 195.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0E3FA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 227 | 250 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.02 |
| HSL | 195.33º | 0.9% | 0.8% | - |
| HSV(B) | 195.33º | 0.36% | 0.98% | - |
| XYZ | 59.22 | 69.31 | 100.7 | - |
| YUV | 209.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 250 | 0.36 | 0.09 | 0 | 0.02 | 195.33 | 0.9 | 0.8 |
| Hex | A0 | E3 | FA | 24 | 9 | 0 | 2 | C3 | 5A | 50 |
| Octal | 240 | 343 | 372 | 44 | 11 | 0 | 2 | 303 | 132 | 120 |
| Binary | 10100000 | 11100011 | 11111010 | 100100 | 1001 | 0 | 10 | 11000011 | 1011010 | 1010000 |
Color Harmonies of #A0E3FA
Complementary color
Monochromatic Colors of #A0E3FA
Black with #A0E3FA
Text Example
Text Example
White with #A0E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E3FA; }
p { color: rgb(160,227,250); }
H1.HeaderClassName
{
color: #A0E3FA;
}
.AnyTagClassName
{
color: #A0E3FA;
}
</style>
background-color css
<style>
a { background-color: #A0E3FA; }
a { background-color: rgb(160,227,250); }
div.DivClassName
{
background-color: #A0E3FA;
}
.BgClassName
{
background-color: #A0E3FA;
}
</style>
border-color css
<style>
span { border-color: #A0E3FA; }
span { border-color: rgb(160,227,250); }
td.TdClassName
{
border-color: #A0E3FA;
}
.TagClassName
{
border-color: #A0E3FA;
}
</style>