Shades of Columbia Blue #A0DAFC
Tints of Columbia Blue #A0DAFC
RGB
CMYK
RGB Variations
Color information
#A0DAFC (or 0xA0DAFC) is known color: Columbia Blue. HEX triplet: A0, DA and FC. RGB value is (160,218,252). Sum of RGB (Red+Green+Blue) = 160+218+252=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAFC is #5F2503. Grayscale: #CCCCCC. Windows color (decimal): -6235396 or 16571040. OLE color: 16571040.
HSL color Cylindrical-coordinate representation of color #A0DAFC: hue angle of 202.17º degrees, saturation: 0.94, 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 #A0DAFC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 218 | 252 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.01 |
| HSL | 202.17º | 0.94% | 0.81% | - |
| HSV(B) | 202.17º | 0.37% | 0.99% | - |
| XYZ | 57.14 | 64.64 | 101.56 | - |
| YUV | 204.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 252 | 0.37 | 0.13 | 0 | 0.01 | 202.17 | 0.94 | 0.81 |
| Hex | A0 | DA | FC | 25 | D | 0 | 1 | CA | 5E | 51 |
| Octal | 240 | 332 | 374 | 45 | 15 | 0 | 1 | 312 | 136 | 121 |
| Binary | 10100000 | 11011010 | 11111100 | 100101 | 1101 | 0 | 1 | 11001010 | 1011110 | 1010001 |
Color Harmonies of #A0DAFC
Complementary color
Monochromatic Colors of #A0DAFC
Black with #A0DAFC
Text Example
Text Example
White with #A0DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAFC; }
p { color: rgb(160,218,252); }
H1.HeaderClassName
{
color: #A0DAFC;
}
.AnyTagClassName
{
color: #A0DAFC;
}
</style>
background-color css
<style>
a { background-color: #A0DAFC; }
a { background-color: rgb(160,218,252); }
div.DivClassName
{
background-color: #A0DAFC;
}
.BgClassName
{
background-color: #A0DAFC;
}
</style>
border-color css
<style>
span { border-color: #A0DAFC; }
span { border-color: rgb(160,218,252); }
td.TdClassName
{
border-color: #A0DAFC;
}
.TagClassName
{
border-color: #A0DAFC;
}
</style>