Shades of Columbia Blue #A0D1FE
Tints of Columbia Blue #A0D1FE
RGB
CMYK
RGB Variations
Color information
#A0D1FE (or 0xA0D1FE) is known color: Columbia Blue. HEX triplet: A0, D1 and FE. RGB value is (160,209,254). Sum of RGB (Red+Green+Blue) = 160+209+254=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D1FE is #5F2E01. Grayscale: #C7C7C7. Windows color (decimal): -6237698 or 16699808. OLE color: 16699808.
HSL color Cylindrical-coordinate representation of color #A0D1FE: hue angle of 208.72º 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 #A0D1FE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 209 | 254 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.00 |
| HSL | 208.72º | 0.98% | 0.81% | - |
| HSV(B) | 208.72º | 0.37% | 1% | - |
| XYZ | 55.19 | 60.23 | 102.48 | - |
| YUV | 199.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 254 | 0.37 | 0.18 | 0 | 0.00 | 208.72 | 0.98 | 0.81 |
| Hex | A0 | D1 | FE | 25 | 12 | 0 | 0 | D1 | 62 | 51 |
| Octal | 240 | 321 | 376 | 45 | 22 | 0 | 0 | 321 | 142 | 121 |
| Binary | 10100000 | 11010001 | 11111110 | 100101 | 10010 | 0 | 0 | 11010001 | 1100010 | 1010001 |
Color Harmonies of #A0D1FE
Complementary color
Monochromatic Colors of #A0D1FE
Black with #A0D1FE
Text Example
Text Example
White with #A0D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1FE; }
p { color: rgb(160,209,254); }
H1.HeaderClassName
{
color: #A0D1FE;
}
.AnyTagClassName
{
color: #A0D1FE;
}
</style>
background-color css
<style>
a { background-color: #A0D1FE; }
a { background-color: rgb(160,209,254); }
div.DivClassName
{
background-color: #A0D1FE;
}
.BgClassName
{
background-color: #A0D1FE;
}
</style>
border-color css
<style>
span { border-color: #A0D1FE; }
span { border-color: rgb(160,209,254); }
td.TdClassName
{
border-color: #A0D1FE;
}
.TagClassName
{
border-color: #A0D1FE;
}
</style>