Shades of Columbia Blue #A0D6FF
Tints of Columbia Blue #A0D6FF
RGB
CMYK
RGB Variations
Color information
#A0D6FF (or 0xA0D6FF) is known color: Columbia Blue. HEX triplet: A0, D6 and FF. RGB value is (160,214,255). Sum of RGB (Red+Green+Blue) = 160+214+255=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0D6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D6FF is #5F2900. Grayscale: #CACACA. Windows color (decimal): -6236417 or 16766624. OLE color: 16766624.
HSL color Cylindrical-coordinate representation of color #A0D6FF: hue angle of 205.89º 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 #A0D6FF is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 214 | 255 | - |
| CMYK | 0.37 | 0.16 | 0 | 0 |
| HSL | 205.89º | 1% | 0.81% | - |
| HSV(B) | 205.89º | 0.37% | 1% | - |
| XYZ | 56.59 | 62.79 | 103.74 | - |
| YUV | 202.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 255 | 0.37 | 0.16 | 0 | 0 | 205.89 | 1 | 0.81 |
| Hex | A0 | D6 | FF | 25 | 10 | 0 | 0 | CE | 64 | 51 |
| Octal | 240 | 326 | 377 | 45 | 20 | 0 | 0 | 316 | 144 | 121 |
| Binary | 10100000 | 11010110 | 11111111 | 100101 | 10000 | 0 | 0 | 11001110 | 1100100 | 1010001 |
Color Harmonies of #A0D6FF
Complementary color
Monochromatic Colors of #A0D6FF
Black with #A0D6FF
Text Example
Text Example
White with #A0D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6FF; }
p { color: rgb(160,214,255); }
H1.HeaderClassName
{
color: #A0D6FF;
}
.AnyTagClassName
{
color: #A0D6FF;
}
</style>
background-color css
<style>
a { background-color: #A0D6FF; }
a { background-color: rgb(160,214,255); }
div.DivClassName
{
background-color: #A0D6FF;
}
.BgClassName
{
background-color: #A0D6FF;
}
</style>
border-color css
<style>
span { border-color: #A0D6FF; }
span { border-color: rgb(160,214,255); }
td.TdClassName
{
border-color: #A0D6FF;
}
.TagClassName
{
border-color: #A0D6FF;
}
</style>