Shades of Columbia Blue #A0DCF3
Tints of Columbia Blue #A0DCF3
RGB
CMYK
RGB Variations
Color information
#A0DCF3 (or 0xA0DCF3) is known color: Columbia Blue. HEX triplet: A0, DC and F3. RGB value is (160,220,243). Sum of RGB (Red+Green+Blue) = 160+220+243=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCF3 is #5F230C. Grayscale: #CCCCCC. Windows color (decimal): -6234893 or 15981728. OLE color: 15981728.
HSL color Cylindrical-coordinate representation of color #A0DCF3: hue angle of 196.63º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DCF3 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 220 | 243 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.05 |
| HSL | 196.63º | 0.78% | 0.79% | - |
| HSV(B) | 196.63º | 0.34% | 0.95% | - |
| XYZ | 56.27 | 65.13 | 94.4 | - |
| YUV | 204.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 243 | 0.34 | 0.09 | 0 | 0.05 | 196.63 | 0.78 | 0.79 |
| Hex | A0 | DC | F3 | 22 | 9 | 0 | 5 | C5 | 4E | 4F |
| Octal | 240 | 334 | 363 | 42 | 11 | 0 | 5 | 305 | 116 | 117 |
| Binary | 10100000 | 11011100 | 11110011 | 100010 | 1001 | 0 | 101 | 11000101 | 1001110 | 1001111 |
Color Harmonies of #A0DCF3
Complementary color
Monochromatic Colors of #A0DCF3
Black with #A0DCF3
Text Example
Text Example
White with #A0DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCF3; }
p { color: rgb(160,220,243); }
H1.HeaderClassName
{
color: #A0DCF3;
}
.AnyTagClassName
{
color: #A0DCF3;
}
</style>
background-color css
<style>
a { background-color: #A0DCF3; }
a { background-color: rgb(160,220,243); }
div.DivClassName
{
background-color: #A0DCF3;
}
.BgClassName
{
background-color: #A0DCF3;
}
</style>
border-color css
<style>
span { border-color: #A0DCF3; }
span { border-color: rgb(160,220,243); }
td.TdClassName
{
border-color: #A0DCF3;
}
.TagClassName
{
border-color: #A0DCF3;
}
</style>