Shades of Columbia Blue #A0DCFD
Tints of Columbia Blue #A0DCFD
RGB
CMYK
RGB Variations
Color information
#A0DCFD (or 0xA0DCFD) is known color: Columbia Blue. HEX triplet: A0, DC and FD. RGB value is (160,220,253). Sum of RGB (Red+Green+Blue) = 160+220+253=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCFD is #5F2302. Grayscale: #CDCDCD. Windows color (decimal): -6234883 or 16637088. OLE color: 16637088.
HSL color Cylindrical-coordinate representation of color #A0DCFD: hue angle of 201.29º 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 #A0DCFD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 220 | 253 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.01 |
| HSL | 201.29º | 0.96% | 0.81% | - |
| HSV(B) | 201.29º | 0.37% | 0.99% | - |
| XYZ | 57.82 | 65.75 | 102.57 | - |
| YUV | 205.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 253 | 0.37 | 0.13 | 0 | 0.01 | 201.29 | 0.96 | 0.81 |
| Hex | A0 | DC | FD | 25 | D | 0 | 1 | C9 | 60 | 51 |
| Octal | 240 | 334 | 375 | 45 | 15 | 0 | 1 | 311 | 140 | 121 |
| Binary | 10100000 | 11011100 | 11111101 | 100101 | 1101 | 0 | 1 | 11001001 | 1100000 | 1010001 |
Color Harmonies of #A0DCFD
Complementary color
Monochromatic Colors of #A0DCFD
Black with #A0DCFD
Text Example
Text Example
White with #A0DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCFD; }
p { color: rgb(160,220,253); }
H1.HeaderClassName
{
color: #A0DCFD;
}
.AnyTagClassName
{
color: #A0DCFD;
}
</style>
background-color css
<style>
a { background-color: #A0DCFD; }
a { background-color: rgb(160,220,253); }
div.DivClassName
{
background-color: #A0DCFD;
}
.BgClassName
{
background-color: #A0DCFD;
}
</style>
border-color css
<style>
span { border-color: #A0DCFD; }
span { border-color: rgb(160,220,253); }
td.TdClassName
{
border-color: #A0DCFD;
}
.TagClassName
{
border-color: #A0DCFD;
}
</style>