Shades of Columbia Blue #A0DCFE
Tints of Columbia Blue #A0DCFE
RGB
CMYK
RGB Variations
Color information
#A0DCFE (or 0xA0DCFE) is known color: Columbia Blue. HEX triplet: A0, DC and FE. RGB value is (160,220,254). Sum of RGB (Red+Green+Blue) = 160+220+254=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCFE is #5F2301. Grayscale: #CDCDCD. Windows color (decimal): -6234882 or 16702624. OLE color: 16702624.
HSL color Cylindrical-coordinate representation of color #A0DCFE: hue angle of 201.7º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DCFE is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 220 | 254 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.00 |
| HSL | 201.7º | 0.98% | 0.81% | - |
| HSV(B) | 201.7º | 0.37% | 1% | - |
| XYZ | 57.98 | 65.82 | 103.41 | - |
| YUV | 205.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 254 | 0.37 | 0.13 | 0 | 0.00 | 201.7 | 0.98 | 0.81 |
| Hex | A0 | DC | FE | 25 | D | 0 | 0 | CA | 62 | 51 |
| Octal | 240 | 334 | 376 | 45 | 15 | 0 | 0 | 312 | 142 | 121 |
| Binary | 10100000 | 11011100 | 11111110 | 100101 | 1101 | 0 | 0 | 11001010 | 1100010 | 1010001 |
Color Harmonies of #A0DCFE
Complementary color
Monochromatic Colors of #A0DCFE
Black with #A0DCFE
Text Example
Text Example
White with #A0DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCFE; }
p { color: rgb(160,220,254); }
H1.HeaderClassName
{
color: #A0DCFE;
}
.AnyTagClassName
{
color: #A0DCFE;
}
</style>
background-color css
<style>
a { background-color: #A0DCFE; }
a { background-color: rgb(160,220,254); }
div.DivClassName
{
background-color: #A0DCFE;
}
.BgClassName
{
background-color: #A0DCFE;
}
</style>
border-color css
<style>
span { border-color: #A0DCFE; }
span { border-color: rgb(160,220,254); }
td.TdClassName
{
border-color: #A0DCFE;
}
.TagClassName
{
border-color: #A0DCFE;
}
</style>