Shades of Columbia Blue #A0E4FE
Tints of Columbia Blue #A0E4FE
RGB
CMYK
RGB Variations
Color information
#A0E4FE (or 0xA0E4FE) is known color: Columbia Blue. HEX triplet: A0, E4 and FE. RGB value is (160,228,254). Sum of RGB (Red+Green+Blue) = 160+228+254=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E4FE is #5F1B01. Grayscale: #D2D2D2. Windows color (decimal): -6232834 or 16704672. OLE color: 16704672.
HSL color Cylindrical-coordinate representation of color #A0E4FE: hue angle of 196.6º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0E4FE is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 228 | 254 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.00 |
| HSL | 196.6º | 0.98% | 0.81% | - |
| HSV(B) | 196.6º | 0.37% | 1% | - |
| XYZ | 60.13 | 70.12 | 104.13 | - |
| YUV | 210.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 254 | 0.37 | 0.10 | 0 | 0.00 | 196.6 | 0.98 | 0.81 |
| Hex | A0 | E4 | FE | 25 | A | 0 | 0 | C5 | 62 | 51 |
| Octal | 240 | 344 | 376 | 45 | 12 | 0 | 0 | 305 | 142 | 121 |
| Binary | 10100000 | 11100100 | 11111110 | 100101 | 1010 | 0 | 0 | 11000101 | 1100010 | 1010001 |
Color Harmonies of #A0E4FE
Complementary color
Monochromatic Colors of #A0E4FE
Black with #A0E4FE
Text Example
Text Example
White with #A0E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E4FE; }
p { color: rgb(160,228,254); }
H1.HeaderClassName
{
color: #A0E4FE;
}
.AnyTagClassName
{
color: #A0E4FE;
}
</style>
background-color css
<style>
a { background-color: #A0E4FE; }
a { background-color: rgb(160,228,254); }
div.DivClassName
{
background-color: #A0E4FE;
}
.BgClassName
{
background-color: #A0E4FE;
}
</style>
border-color css
<style>
span { border-color: #A0E4FE; }
span { border-color: rgb(160,228,254); }
td.TdClassName
{
border-color: #A0E4FE;
}
.TagClassName
{
border-color: #A0E4FE;
}
</style>