Shades of Columbia Blue #A0D7FA
Tints of Columbia Blue #A0D7FA
RGB
CMYK
RGB Variations
Color information
#A0D7FA (or 0xA0D7FA) is known color: Columbia Blue. HEX triplet: A0, D7 and FA. RGB value is (160,215,250). Sum of RGB (Red+Green+Blue) = 160+215+250=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D7FA is #5F2805. Grayscale: #CACACA. Windows color (decimal): -6236166 or 16439200. OLE color: 16439200.
HSL color Cylindrical-coordinate representation of color #A0D7FA: hue angle of 203.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D7FA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 215 | 250 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.02 |
| HSL | 203.33º | 0.9% | 0.8% | - |
| HSV(B) | 203.33º | 0.36% | 0.98% | - |
| XYZ | 56.05 | 62.98 | 99.64 | - |
| YUV | 202.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 250 | 0.36 | 0.14 | 0 | 0.02 | 203.33 | 0.9 | 0.8 |
| Hex | A0 | D7 | FA | 24 | E | 0 | 2 | CB | 5A | 50 |
| Octal | 240 | 327 | 372 | 44 | 16 | 0 | 2 | 313 | 132 | 120 |
| Binary | 10100000 | 11010111 | 11111010 | 100100 | 1110 | 0 | 10 | 11001011 | 1011010 | 1010000 |
Color Harmonies of #A0D7FA
Complementary color
Monochromatic Colors of #A0D7FA
Black with #A0D7FA
Text Example
Text Example
White with #A0D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7FA; }
p { color: rgb(160,215,250); }
H1.HeaderClassName
{
color: #A0D7FA;
}
.AnyTagClassName
{
color: #A0D7FA;
}
</style>
background-color css
<style>
a { background-color: #A0D7FA; }
a { background-color: rgb(160,215,250); }
div.DivClassName
{
background-color: #A0D7FA;
}
.BgClassName
{
background-color: #A0D7FA;
}
</style>
border-color css
<style>
span { border-color: #A0D7FA; }
span { border-color: rgb(160,215,250); }
td.TdClassName
{
border-color: #A0D7FA;
}
.TagClassName
{
border-color: #A0D7FA;
}
</style>