Shades of Columbia Blue #A0E2FD
Tints of Columbia Blue #A0E2FD
RGB
CMYK
RGB Variations
Color information
#A0E2FD (or 0xA0E2FD) is known color: Columbia Blue. HEX triplet: A0, E2 and FD. RGB value is (160,226,253). Sum of RGB (Red+Green+Blue) = 160+226+253=639 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.04% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2FD is #5F1D02. Grayscale: #D1D1D1. Windows color (decimal): -6233347 or 16638624. OLE color: 16638624.
HSL color Cylindrical-coordinate representation of color #A0E2FD: hue angle of 197.42º degrees, saturation: 0.96, 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 #A0E2FD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 226 | 253 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.01 |
| HSL | 197.42º | 0.96% | 0.81% | - |
| HSV(B) | 197.42º | 0.37% | 0.99% | - |
| XYZ | 59.42 | 68.96 | 103.11 | - |
| YUV | 209.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 253 | 0.37 | 0.11 | 0 | 0.01 | 197.42 | 0.96 | 0.81 |
| Hex | A0 | E2 | FD | 25 | B | 0 | 1 | C5 | 60 | 51 |
| Octal | 240 | 342 | 375 | 45 | 13 | 0 | 1 | 305 | 140 | 121 |
| Binary | 10100000 | 11100010 | 11111101 | 100101 | 1011 | 0 | 1 | 11000101 | 1100000 | 1010001 |
Color Harmonies of #A0E2FD
Complementary color
Monochromatic Colors of #A0E2FD
Black with #A0E2FD
Text Example
Text Example
White with #A0E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2FD; }
p { color: rgb(160,226,253); }
H1.HeaderClassName
{
color: #A0E2FD;
}
.AnyTagClassName
{
color: #A0E2FD;
}
</style>
background-color css
<style>
a { background-color: #A0E2FD; }
a { background-color: rgb(160,226,253); }
div.DivClassName
{
background-color: #A0E2FD;
}
.BgClassName
{
background-color: #A0E2FD;
}
</style>
border-color css
<style>
span { border-color: #A0E2FD; }
span { border-color: rgb(160,226,253); }
td.TdClassName
{
border-color: #A0E2FD;
}
.TagClassName
{
border-color: #A0E2FD;
}
</style>