Shades of Columbia Blue #A0DAFF
Tints of Columbia Blue #A0DAFF
RGB
CMYK
RGB Variations
Color information
#A0DAFF (or 0xA0DAFF) is known color: Columbia Blue. HEX triplet: A0, DA and FF. RGB value is (160,218,255). Sum of RGB (Red+Green+Blue) = 160+218+255=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAFF is #5F2500. Grayscale: #CCCCCC. Windows color (decimal): -6235393 or 16767648. OLE color: 16767648.
HSL color Cylindrical-coordinate representation of color #A0DAFF: hue angle of 203.37º 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 #A0DAFF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 218 | 255 | - |
| CMYK | 0.37 | 0.15 | 0 | 0 |
| HSL | 203.37º | 1% | 0.81% | - |
| HSV(B) | 203.37º | 0.37% | 1% | - |
| XYZ | 57.62 | 64.84 | 104.09 | - |
| YUV | 204.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 255 | 0.37 | 0.15 | 0 | 0 | 203.37 | 1 | 0.81 |
| Hex | A0 | DA | FF | 25 | F | 0 | 0 | CB | 64 | 51 |
| Octal | 240 | 332 | 377 | 45 | 17 | 0 | 0 | 313 | 144 | 121 |
| Binary | 10100000 | 11011010 | 11111111 | 100101 | 1111 | 0 | 0 | 11001011 | 1100100 | 1010001 |
Color Harmonies of #A0DAFF
Complementary color
Monochromatic Colors of #A0DAFF
Black with #A0DAFF
Text Example
Text Example
White with #A0DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAFF; }
p { color: rgb(160,218,255); }
H1.HeaderClassName
{
color: #A0DAFF;
}
.AnyTagClassName
{
color: #A0DAFF;
}
</style>
background-color css
<style>
a { background-color: #A0DAFF; }
a { background-color: rgb(160,218,255); }
div.DivClassName
{
background-color: #A0DAFF;
}
.BgClassName
{
background-color: #A0DAFF;
}
</style>
border-color css
<style>
span { border-color: #A0DAFF; }
span { border-color: rgb(160,218,255); }
td.TdClassName
{
border-color: #A0DAFF;
}
.TagClassName
{
border-color: #A0DAFF;
}
</style>