Shades of Columbia Blue #A0DEFF
Tints of Columbia Blue #A0DEFF
RGB
CMYK
RGB Variations
Color information
#A0DEFF (or 0xA0DEFF) is known color: Columbia Blue. HEX triplet: A0, DE and FF. RGB value is (160,222,255). Sum of RGB (Red+Green+Blue) = 160+222+255=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEFF is #5F2100. Grayscale: #CFCFCF. Windows color (decimal): -6234369 or 16768672. OLE color: 16768672.
HSL color Cylindrical-coordinate representation of color #A0DEFF: hue angle of 200.84º 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 #A0DEFF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 222 | 255 | - |
| CMYK | 0.37 | 0.13 | 0 | 0 |
| HSL | 200.84º | 1% | 0.81% | - |
| HSV(B) | 200.84º | 0.37% | 1% | - |
| XYZ | 58.67 | 66.94 | 104.44 | - |
| YUV | 207.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 255 | 0.37 | 0.13 | 0 | 0 | 200.84 | 1 | 0.81 |
| Hex | A0 | DE | FF | 25 | D | 0 | 0 | C9 | 64 | 51 |
| Octal | 240 | 336 | 377 | 45 | 15 | 0 | 0 | 311 | 144 | 121 |
| Binary | 10100000 | 11011110 | 11111111 | 100101 | 1101 | 0 | 0 | 11001001 | 1100100 | 1010001 |
Color Harmonies of #A0DEFF
Complementary color
Monochromatic Colors of #A0DEFF
Black with #A0DEFF
Text Example
Text Example
White with #A0DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEFF; }
p { color: rgb(160,222,255); }
H1.HeaderClassName
{
color: #A0DEFF;
}
.AnyTagClassName
{
color: #A0DEFF;
}
</style>
background-color css
<style>
a { background-color: #A0DEFF; }
a { background-color: rgb(160,222,255); }
div.DivClassName
{
background-color: #A0DEFF;
}
.BgClassName
{
background-color: #A0DEFF;
}
</style>
border-color css
<style>
span { border-color: #A0DEFF; }
span { border-color: rgb(160,222,255); }
td.TdClassName
{
border-color: #A0DEFF;
}
.TagClassName
{
border-color: #A0DEFF;
}
</style>