Shades of Columbia Blue #A0DBFD
Tints of Columbia Blue #A0DBFD
RGB
CMYK
RGB Variations
Color information
#A0DBFD (or 0xA0DBFD) is known color: Columbia Blue. HEX triplet: A0, DB and FD. RGB value is (160,219,253). Sum of RGB (Red+Green+Blue) = 160+219+253=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBFD is #5F2402. Grayscale: #CDCDCD. Windows color (decimal): -6235139 or 16636832. OLE color: 16636832.
HSL color Cylindrical-coordinate representation of color #A0DBFD: hue angle of 201.94º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DBFD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 219 | 253 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.01 |
| HSL | 201.94º | 0.96% | 0.81% | - |
| HSV(B) | 201.94º | 0.37% | 0.99% | - |
| XYZ | 57.56 | 65.23 | 102.49 | - |
| YUV | 205.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 253 | 0.37 | 0.13 | 0 | 0.01 | 201.94 | 0.96 | 0.81 |
| Hex | A0 | DB | FD | 25 | D | 0 | 1 | CA | 60 | 51 |
| Octal | 240 | 333 | 375 | 45 | 15 | 0 | 1 | 312 | 140 | 121 |
| Binary | 10100000 | 11011011 | 11111101 | 100101 | 1101 | 0 | 1 | 11001010 | 1100000 | 1010001 |
Color Harmonies of #A0DBFD
Complementary color
Monochromatic Colors of #A0DBFD
Black with #A0DBFD
Text Example
Text Example
White with #A0DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBFD; }
p { color: rgb(160,219,253); }
H1.HeaderClassName
{
color: #A0DBFD;
}
.AnyTagClassName
{
color: #A0DBFD;
}
</style>
background-color css
<style>
a { background-color: #A0DBFD; }
a { background-color: rgb(160,219,253); }
div.DivClassName
{
background-color: #A0DBFD;
}
.BgClassName
{
background-color: #A0DBFD;
}
</style>
border-color css
<style>
span { border-color: #A0DBFD; }
span { border-color: rgb(160,219,253); }
td.TdClassName
{
border-color: #A0DBFD;
}
.TagClassName
{
border-color: #A0DBFD;
}
</style>