Shades of Columbia Blue #A0D6FB
Tints of Columbia Blue #A0D6FB
RGB
CMYK
RGB Variations
Color information
#A0D6FB (or 0xA0D6FB) is known color: Columbia Blue. HEX triplet: A0, D6 and FB. RGB value is (160,214,251). Sum of RGB (Red+Green+Blue) = 160+214+251=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0D6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D6FB is #5F2904. Grayscale: #C9C9C9. Windows color (decimal): -6236421 or 16504480. OLE color: 16504480.
HSL color Cylindrical-coordinate representation of color #A0D6FB: hue angle of 204.4º 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 #A0D6FB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 214 | 251 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.02 |
| HSL | 204.4º | 0.92% | 0.81% | - |
| HSV(B) | 204.4º | 0.36% | 0.98% | - |
| XYZ | 55.96 | 62.53 | 100.39 | - |
| YUV | 202.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 251 | 0.36 | 0.15 | 0 | 0.02 | 204.4 | 0.92 | 0.81 |
| Hex | A0 | D6 | FB | 24 | F | 0 | 2 | CC | 5C | 51 |
| Octal | 240 | 326 | 373 | 44 | 17 | 0 | 2 | 314 | 134 | 121 |
| Binary | 10100000 | 11010110 | 11111011 | 100100 | 1111 | 0 | 10 | 11001100 | 1011100 | 1010001 |
Color Harmonies of #A0D6FB
Complementary color
Monochromatic Colors of #A0D6FB
Black with #A0D6FB
Text Example
Text Example
White with #A0D6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6FB; }
p { color: rgb(160,214,251); }
H1.HeaderClassName
{
color: #A0D6FB;
}
.AnyTagClassName
{
color: #A0D6FB;
}
</style>
background-color css
<style>
a { background-color: #A0D6FB; }
a { background-color: rgb(160,214,251); }
div.DivClassName
{
background-color: #A0D6FB;
}
.BgClassName
{
background-color: #A0D6FB;
}
</style>
border-color css
<style>
span { border-color: #A0D6FB; }
span { border-color: rgb(160,214,251); }
td.TdClassName
{
border-color: #A0D6FB;
}
.TagClassName
{
border-color: #A0D6FB;
}
</style>