Shades of Columbia Blue #A0E4FF
Tints of Columbia Blue #A0E4FF
RGB
CMYK
RGB Variations
Color information
#A0E4FF (or 0xA0E4FF) is known color: Columbia Blue. HEX triplet: A0, E4 and FF. RGB value is (160,228,255). Sum of RGB (Red+Green+Blue) = 160+228+255=643 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.88% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E4FF is #5F1B00. Grayscale: #D2D2D2. Windows color (decimal): -6232833 or 16770208. OLE color: 16770208.
HSL color Cylindrical-coordinate representation of color #A0E4FF: hue angle of 197.05º 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 #A0E4FF is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 228 | 255 | - |
| CMYK | 0.37 | 0.11 | 0 | 0 |
| HSL | 197.05º | 1% | 0.81% | - |
| HSV(B) | 197.05º | 0.37% | 1% | - |
| XYZ | 60.29 | 70.18 | 104.98 | - |
| YUV | 210.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 255 | 0.37 | 0.11 | 0 | 0 | 197.05 | 1 | 0.81 |
| Hex | A0 | E4 | FF | 25 | B | 0 | 0 | C5 | 64 | 51 |
| Octal | 240 | 344 | 377 | 45 | 13 | 0 | 0 | 305 | 144 | 121 |
| Binary | 10100000 | 11100100 | 11111111 | 100101 | 1011 | 0 | 0 | 11000101 | 1100100 | 1010001 |
Color Harmonies of #A0E4FF
Complementary color
Monochromatic Colors of #A0E4FF
Black with #A0E4FF
Text Example
Text Example
White with #A0E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E4FF; }
p { color: rgb(160,228,255); }
H1.HeaderClassName
{
color: #A0E4FF;
}
.AnyTagClassName
{
color: #A0E4FF;
}
</style>
background-color css
<style>
a { background-color: #A0E4FF; }
a { background-color: rgb(160,228,255); }
div.DivClassName
{
background-color: #A0E4FF;
}
.BgClassName
{
background-color: #A0E4FF;
}
</style>
border-color css
<style>
span { border-color: #A0E4FF; }
span { border-color: rgb(160,228,255); }
td.TdClassName
{
border-color: #A0E4FF;
}
.TagClassName
{
border-color: #A0E4FF;
}
</style>