Shades of Columbia Blue #A0DBFF
Tints of Columbia Blue #A0DBFF
RGB
CMYK
RGB Variations
Color information
#A0DBFF (or 0xA0DBFF) is known color: Columbia Blue. HEX triplet: A0, DB and FF. RGB value is (160,219,255). Sum of RGB (Red+Green+Blue) = 160+219+255=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBFF is #5F2400. Grayscale: #CDCDCD. Windows color (decimal): -6235137 or 16767904. OLE color: 16767904.
HSL color Cylindrical-coordinate representation of color #A0DBFF: hue angle of 202.74º 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 #A0DBFF is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 219 | 255 | - |
| CMYK | 0.37 | 0.14 | 0 | 0 |
| HSL | 202.74º | 1% | 0.81% | - |
| HSV(B) | 202.74º | 0.37% | 1% | - |
| XYZ | 57.88 | 65.36 | 104.17 | - |
| YUV | 205.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 255 | 0.37 | 0.14 | 0 | 0 | 202.74 | 1 | 0.81 |
| Hex | A0 | DB | FF | 25 | E | 0 | 0 | CB | 64 | 51 |
| Octal | 240 | 333 | 377 | 45 | 16 | 0 | 0 | 313 | 144 | 121 |
| Binary | 10100000 | 11011011 | 11111111 | 100101 | 1110 | 0 | 0 | 11001011 | 1100100 | 1010001 |
Color Harmonies of #A0DBFF
Complementary color
Monochromatic Colors of #A0DBFF
Black with #A0DBFF
Text Example
Text Example
White with #A0DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBFF; }
p { color: rgb(160,219,255); }
H1.HeaderClassName
{
color: #A0DBFF;
}
.AnyTagClassName
{
color: #A0DBFF;
}
</style>
background-color css
<style>
a { background-color: #A0DBFF; }
a { background-color: rgb(160,219,255); }
div.DivClassName
{
background-color: #A0DBFF;
}
.BgClassName
{
background-color: #A0DBFF;
}
</style>
border-color css
<style>
span { border-color: #A0DBFF; }
span { border-color: rgb(160,219,255); }
td.TdClassName
{
border-color: #A0DBFF;
}
.TagClassName
{
border-color: #A0DBFF;
}
</style>