Shades of Columbia Blue #A0EAFD
Tints of Columbia Blue #A0EAFD
RGB
CMYK
RGB Variations
Color information
#A0EAFD (or 0xA0EAFD) is known color: Columbia Blue. HEX triplet: A0, EA and FD. RGB value is (160,234,253). Sum of RGB (Red+Green+Blue) = 160+234+253=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAFD is #5F1502. Grayscale: #D5D5D5. Windows color (decimal): -6231299 or 16640672. OLE color: 16640672.
HSL color Cylindrical-coordinate representation of color #A0EAFD: hue angle of 192.26º 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 #A0EAFD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 234 | 253 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.01 |
| HSL | 192.26º | 0.96% | 0.81% | - |
| HSV(B) | 192.26º | 0.37% | 0.99% | - |
| XYZ | 61.65 | 73.41 | 103.85 | - |
| YUV | 214.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 253 | 0.37 | 0.08 | 0 | 0.01 | 192.26 | 0.96 | 0.81 |
| Hex | A0 | EA | FD | 25 | 8 | 0 | 1 | C0 | 60 | 51 |
| Octal | 240 | 352 | 375 | 45 | 10 | 0 | 1 | 300 | 140 | 121 |
| Binary | 10100000 | 11101010 | 11111101 | 100101 | 1000 | 0 | 1 | 11000000 | 1100000 | 1010001 |
Color Harmonies of #A0EAFD
Complementary color
Monochromatic Colors of #A0EAFD
Black with #A0EAFD
Text Example
Text Example
White with #A0EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAFD; }
p { color: rgb(160,234,253); }
H1.HeaderClassName
{
color: #A0EAFD;
}
.AnyTagClassName
{
color: #A0EAFD;
}
</style>
background-color css
<style>
a { background-color: #A0EAFD; }
a { background-color: rgb(160,234,253); }
div.DivClassName
{
background-color: #A0EAFD;
}
.BgClassName
{
background-color: #A0EAFD;
}
</style>
border-color css
<style>
span { border-color: #A0EAFD; }
span { border-color: rgb(160,234,253); }
td.TdClassName
{
border-color: #A0EAFD;
}
.TagClassName
{
border-color: #A0EAFD;
}
</style>