Shades of Columbia Blue #A0DBFB
Tints of Columbia Blue #A0DBFB
RGB
CMYK
RGB Variations
Color information
#A0DBFB (or 0xA0DBFB) is known color: Columbia Blue. HEX triplet: A0, DB and FB. RGB value is (160,219,251). Sum of RGB (Red+Green+Blue) = 160+219+251=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBFB is #5F2404. Grayscale: #CCCCCC. Windows color (decimal): -6235141 or 16505760. OLE color: 16505760.
HSL color Cylindrical-coordinate representation of color #A0DBFB: hue angle of 201.1º 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 #A0DBFB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 219 | 251 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.02 |
| HSL | 201.1º | 0.92% | 0.81% | - |
| HSV(B) | 201.1º | 0.36% | 0.98% | - |
| XYZ | 57.24 | 65.1 | 100.82 | - |
| YUV | 205.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 251 | 0.36 | 0.13 | 0 | 0.02 | 201.1 | 0.92 | 0.81 |
| Hex | A0 | DB | FB | 24 | D | 0 | 2 | C9 | 5C | 51 |
| Octal | 240 | 333 | 373 | 44 | 15 | 0 | 2 | 311 | 134 | 121 |
| Binary | 10100000 | 11011011 | 11111011 | 100100 | 1101 | 0 | 10 | 11001001 | 1011100 | 1010001 |
Color Harmonies of #A0DBFB
Complementary color
Monochromatic Colors of #A0DBFB
Black with #A0DBFB
Text Example
Text Example
White with #A0DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBFB; }
p { color: rgb(160,219,251); }
H1.HeaderClassName
{
color: #A0DBFB;
}
.AnyTagClassName
{
color: #A0DBFB;
}
</style>
background-color css
<style>
a { background-color: #A0DBFB; }
a { background-color: rgb(160,219,251); }
div.DivClassName
{
background-color: #A0DBFB;
}
.BgClassName
{
background-color: #A0DBFB;
}
</style>
border-color css
<style>
span { border-color: #A0DBFB; }
span { border-color: rgb(160,219,251); }
td.TdClassName
{
border-color: #A0DBFB;
}
.TagClassName
{
border-color: #A0DBFB;
}
</style>