Shades of Columbia Blue #A0D9FC
Tints of Columbia Blue #A0D9FC
RGB
CMYK
RGB Variations
Color information
#A0D9FC (or 0xA0D9FC) is known color: Columbia Blue. HEX triplet: A0, D9 and FC. RGB value is (160,217,252). Sum of RGB (Red+Green+Blue) = 160+217+252=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0D9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9FC is #5F2603. Grayscale: #CBCBCB. Windows color (decimal): -6235652 or 16570784. OLE color: 16570784.
HSL color Cylindrical-coordinate representation of color #A0D9FC: hue angle of 202.83º degrees, saturation: 0.94, 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 #A0D9FC is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 217 | 252 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.01 |
| HSL | 202.83º | 0.94% | 0.81% | - |
| HSV(B) | 202.83º | 0.37% | 0.99% | - |
| XYZ | 56.88 | 64.13 | 101.48 | - |
| YUV | 203.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 252 | 0.37 | 0.14 | 0 | 0.01 | 202.83 | 0.94 | 0.81 |
| Hex | A0 | D9 | FC | 25 | E | 0 | 1 | CB | 5E | 51 |
| Octal | 240 | 331 | 374 | 45 | 16 | 0 | 1 | 313 | 136 | 121 |
| Binary | 10100000 | 11011001 | 11111100 | 100101 | 1110 | 0 | 1 | 11001011 | 1011110 | 1010001 |
Color Harmonies of #A0D9FC
Complementary color
Monochromatic Colors of #A0D9FC
Black with #A0D9FC
Text Example
Text Example
White with #A0D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9FC; }
p { color: rgb(160,217,252); }
H1.HeaderClassName
{
color: #A0D9FC;
}
.AnyTagClassName
{
color: #A0D9FC;
}
</style>
background-color css
<style>
a { background-color: #A0D9FC; }
a { background-color: rgb(160,217,252); }
div.DivClassName
{
background-color: #A0D9FC;
}
.BgClassName
{
background-color: #A0D9FC;
}
</style>
border-color css
<style>
span { border-color: #A0D9FC; }
span { border-color: rgb(160,217,252); }
td.TdClassName
{
border-color: #A0D9FC;
}
.TagClassName
{
border-color: #A0D9FC;
}
</style>