Shades of Columbia Blue #A0D8FB
Tints of Columbia Blue #A0D8FB
RGB
CMYK
RGB Variations
Color information
#A0D8FB (or 0xA0D8FB) is known color: Columbia Blue. HEX triplet: A0, D8 and FB. RGB value is (160,216,251). Sum of RGB (Red+Green+Blue) = 160+216+251=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D8FB is #5F2704. Grayscale: #CBCBCB. Windows color (decimal): -6235909 or 16504992. OLE color: 16504992.
HSL color Cylindrical-coordinate representation of color #A0D8FB: hue angle of 203.08º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D8FB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 216 | 251 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.02 |
| HSL | 203.08º | 0.92% | 0.81% | - |
| HSV(B) | 203.08º | 0.36% | 0.98% | - |
| XYZ | 56.47 | 63.55 | 100.56 | - |
| YUV | 203.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 251 | 0.36 | 0.14 | 0 | 0.02 | 203.08 | 0.92 | 0.81 |
| Hex | A0 | D8 | FB | 24 | E | 0 | 2 | CB | 5C | 51 |
| Octal | 240 | 330 | 373 | 44 | 16 | 0 | 2 | 313 | 134 | 121 |
| Binary | 10100000 | 11011000 | 11111011 | 100100 | 1110 | 0 | 10 | 11001011 | 1011100 | 1010001 |
Color Harmonies of #A0D8FB
Complementary color
Monochromatic Colors of #A0D8FB
Black with #A0D8FB
Text Example
Text Example
White with #A0D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8FB; }
p { color: rgb(160,216,251); }
H1.HeaderClassName
{
color: #A0D8FB;
}
.AnyTagClassName
{
color: #A0D8FB;
}
</style>
background-color css
<style>
a { background-color: #A0D8FB; }
a { background-color: rgb(160,216,251); }
div.DivClassName
{
background-color: #A0D8FB;
}
.BgClassName
{
background-color: #A0D8FB;
}
</style>
border-color css
<style>
span { border-color: #A0D8FB; }
span { border-color: rgb(160,216,251); }
td.TdClassName
{
border-color: #A0D8FB;
}
.TagClassName
{
border-color: #A0D8FB;
}
</style>