Shades of Columbia Blue #A0E9FD
Tints of Columbia Blue #A0E9FD
RGB
CMYK
RGB Variations
Color information
#A0E9FD (or 0xA0E9FD) is known color: Columbia Blue. HEX triplet: A0, E9 and FD. RGB value is (160,233,253). Sum of RGB (Red+Green+Blue) = 160+233+253=646 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.77% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0E9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E9FD is #5F1602. Grayscale: #D5D5D5. Windows color (decimal): -6231555 or 16640416. OLE color: 16640416.
HSL color Cylindrical-coordinate representation of color #A0E9FD: hue angle of 192.9º 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 #A0E9FD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 233 | 253 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.01 |
| HSL | 192.9º | 0.96% | 0.81% | - |
| HSV(B) | 192.9º | 0.37% | 0.99% | - |
| XYZ | 61.37 | 72.84 | 103.75 | - |
| YUV | 213.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 253 | 0.37 | 0.08 | 0 | 0.01 | 192.9 | 0.96 | 0.81 |
| Hex | A0 | E9 | FD | 25 | 8 | 0 | 1 | C1 | 60 | 51 |
| Octal | 240 | 351 | 375 | 45 | 10 | 0 | 1 | 301 | 140 | 121 |
| Binary | 10100000 | 11101001 | 11111101 | 100101 | 1000 | 0 | 1 | 11000001 | 1100000 | 1010001 |
Color Harmonies of #A0E9FD
Complementary color
Monochromatic Colors of #A0E9FD
Black with #A0E9FD
Text Example
Text Example
White with #A0E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9FD; }
p { color: rgb(160,233,253); }
H1.HeaderClassName
{
color: #A0E9FD;
}
.AnyTagClassName
{
color: #A0E9FD;
}
</style>
background-color css
<style>
a { background-color: #A0E9FD; }
a { background-color: rgb(160,233,253); }
div.DivClassName
{
background-color: #A0E9FD;
}
.BgClassName
{
background-color: #A0E9FD;
}
</style>
border-color css
<style>
span { border-color: #A0E9FD; }
span { border-color: rgb(160,233,253); }
td.TdClassName
{
border-color: #A0E9FD;
}
.TagClassName
{
border-color: #A0E9FD;
}
</style>