Shades of Columbia Blue #A0DCF5
Tints of Columbia Blue #A0DCF5
RGB
CMYK
RGB Variations
Color information
#A0DCF5 (or 0xA0DCF5) is known color: Columbia Blue. HEX triplet: A0, DC and F5. RGB value is (160,220,245). Sum of RGB (Red+Green+Blue) = 160+220+245=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #A0DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCF5 is #5F230A. Grayscale: #CCCCCC. Windows color (decimal): -6234891 or 16112800. OLE color: 16112800.
HSL color Cylindrical-coordinate representation of color #A0DCF5: hue angle of 197.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0DCF5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 220 | 245 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.04 |
| HSL | 197.65º | 0.81% | 0.79% | - |
| HSV(B) | 197.65º | 0.35% | 0.96% | - |
| XYZ | 56.57 | 65.25 | 96 | - |
| YUV | 204.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 245 | 0.35 | 0.10 | 0 | 0.04 | 197.65 | 0.81 | 0.79 |
| Hex | A0 | DC | F5 | 23 | A | 0 | 4 | C6 | 51 | 4F |
| Octal | 240 | 334 | 365 | 43 | 12 | 0 | 4 | 306 | 121 | 117 |
| Binary | 10100000 | 11011100 | 11110101 | 100011 | 1010 | 0 | 100 | 11000110 | 1010001 | 1001111 |
Color Harmonies of #A0DCF5
Complementary color
Monochromatic Colors of #A0DCF5
Black with #A0DCF5
Text Example
Text Example
White with #A0DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCF5; }
p { color: rgb(160,220,245); }
H1.HeaderClassName
{
color: #A0DCF5;
}
.AnyTagClassName
{
color: #A0DCF5;
}
</style>
background-color css
<style>
a { background-color: #A0DCF5; }
a { background-color: rgb(160,220,245); }
div.DivClassName
{
background-color: #A0DCF5;
}
.BgClassName
{
background-color: #A0DCF5;
}
</style>
border-color css
<style>
span { border-color: #A0DCF5; }
span { border-color: rgb(160,220,245); }
td.TdClassName
{
border-color: #A0DCF5;
}
.TagClassName
{
border-color: #A0DCF5;
}
</style>