Shades of Columbia Blue #A0E8FC
Tints of Columbia Blue #A0E8FC
RGB
CMYK
RGB Variations
Color information
#A0E8FC (or 0xA0E8FC) is known color: Columbia Blue. HEX triplet: A0, E8 and FC. RGB value is (160,232,252). Sum of RGB (Red+Green+Blue) = 160+232+252=644 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.84% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E8FC is #5F1703. Grayscale: #D4D4D4. Windows color (decimal): -6231812 or 16574624. OLE color: 16574624.
HSL color Cylindrical-coordinate representation of color #A0E8FC: hue angle of 193.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0E8FC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 232 | 252 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.01 |
| HSL | 193.04º | 0.94% | 0.81% | - |
| HSV(B) | 193.04º | 0.37% | 0.99% | - |
| XYZ | 60.92 | 72.22 | 102.82 | - |
| YUV | 212.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 252 | 0.37 | 0.08 | 0 | 0.01 | 193.04 | 0.94 | 0.81 |
| Hex | A0 | E8 | FC | 25 | 8 | 0 | 1 | C1 | 5E | 51 |
| Octal | 240 | 350 | 374 | 45 | 10 | 0 | 1 | 301 | 136 | 121 |
| Binary | 10100000 | 11101000 | 11111100 | 100101 | 1000 | 0 | 1 | 11000001 | 1011110 | 1010001 |
Color Harmonies of #A0E8FC
Complementary color
Monochromatic Colors of #A0E8FC
Black with #A0E8FC
Text Example
Text Example
White with #A0E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8FC; }
p { color: rgb(160,232,252); }
H1.HeaderClassName
{
color: #A0E8FC;
}
.AnyTagClassName
{
color: #A0E8FC;
}
</style>
background-color css
<style>
a { background-color: #A0E8FC; }
a { background-color: rgb(160,232,252); }
div.DivClassName
{
background-color: #A0E8FC;
}
.BgClassName
{
background-color: #A0E8FC;
}
</style>
border-color css
<style>
span { border-color: #A0E8FC; }
span { border-color: rgb(160,232,252); }
td.TdClassName
{
border-color: #A0E8FC;
}
.TagClassName
{
border-color: #A0E8FC;
}
</style>