Shades of Columbia Blue #A0D3FC
Tints of Columbia Blue #A0D3FC
RGB
CMYK
RGB Variations
Color information
#A0D3FC (or 0xA0D3FC) is known color: Columbia Blue. HEX triplet: A0, D3 and FC. RGB value is (160,211,252). Sum of RGB (Red+Green+Blue) = 160+211+252=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0D3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D3FC is #5F2C03. Grayscale: #C8C8C8. Windows color (decimal): -6237188 or 16569248. OLE color: 16569248.
HSL color Cylindrical-coordinate representation of color #A0D3FC: hue angle of 206.74º 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 #A0D3FC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 211 | 252 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.01 |
| HSL | 206.74º | 0.94% | 0.81% | - |
| HSV(B) | 206.74º | 0.37% | 0.99% | - |
| XYZ | 55.36 | 61.09 | 100.97 | - |
| YUV | 200.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 252 | 0.37 | 0.16 | 0 | 0.01 | 206.74 | 0.94 | 0.81 |
| Hex | A0 | D3 | FC | 25 | 10 | 0 | 1 | CF | 5E | 51 |
| Octal | 240 | 323 | 374 | 45 | 20 | 0 | 1 | 317 | 136 | 121 |
| Binary | 10100000 | 11010011 | 11111100 | 100101 | 10000 | 0 | 1 | 11001111 | 1011110 | 1010001 |
Color Harmonies of #A0D3FC
Complementary color
Monochromatic Colors of #A0D3FC
Black with #A0D3FC
Text Example
Text Example
White with #A0D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D3FC; }
p { color: rgb(160,211,252); }
H1.HeaderClassName
{
color: #A0D3FC;
}
.AnyTagClassName
{
color: #A0D3FC;
}
</style>
background-color css
<style>
a { background-color: #A0D3FC; }
a { background-color: rgb(160,211,252); }
div.DivClassName
{
background-color: #A0D3FC;
}
.BgClassName
{
background-color: #A0D3FC;
}
</style>
border-color css
<style>
span { border-color: #A0D3FC; }
span { border-color: rgb(160,211,252); }
td.TdClassName
{
border-color: #A0D3FC;
}
.TagClassName
{
border-color: #A0D3FC;
}
</style>