Shades of Columbia Blue #A0DCFB
Tints of Columbia Blue #A0DCFB
RGB
CMYK
RGB Variations
Color information
#A0DCFB (or 0xA0DCFB) is known color: Columbia Blue. HEX triplet: A0, DC and FB. RGB value is (160,220,251). Sum of RGB (Red+Green+Blue) = 160+220+251=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCFB is #5F2304. Grayscale: #CDCDCD. Windows color (decimal): -6234885 or 16506016. OLE color: 16506016.
HSL color Cylindrical-coordinate representation of color #A0DCFB: hue angle of 200.44º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0DCFB is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 220 | 251 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.02 |
| HSL | 200.44º | 0.92% | 0.81% | - |
| HSV(B) | 200.44º | 0.36% | 0.98% | - |
| XYZ | 57.5 | 65.63 | 100.9 | - |
| YUV | 205.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 251 | 0.36 | 0.12 | 0 | 0.02 | 200.44 | 0.92 | 0.81 |
| Hex | A0 | DC | FB | 24 | C | 0 | 2 | C8 | 5C | 51 |
| Octal | 240 | 334 | 373 | 44 | 14 | 0 | 2 | 310 | 134 | 121 |
| Binary | 10100000 | 11011100 | 11111011 | 100100 | 1100 | 0 | 10 | 11001000 | 1011100 | 1010001 |
Color Harmonies of #A0DCFB
Complementary color
Monochromatic Colors of #A0DCFB
Black with #A0DCFB
Text Example
Text Example
White with #A0DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCFB; }
p { color: rgb(160,220,251); }
H1.HeaderClassName
{
color: #A0DCFB;
}
.AnyTagClassName
{
color: #A0DCFB;
}
</style>
background-color css
<style>
a { background-color: #A0DCFB; }
a { background-color: rgb(160,220,251); }
div.DivClassName
{
background-color: #A0DCFB;
}
.BgClassName
{
background-color: #A0DCFB;
}
</style>
border-color css
<style>
span { border-color: #A0DCFB; }
span { border-color: rgb(160,220,251); }
td.TdClassName
{
border-color: #A0DCFB;
}
.TagClassName
{
border-color: #A0DCFB;
}
</style>