Shades of Columbia Blue #A7DCFA
Tints of Columbia Blue #A7DCFA
RGB
CMYK
RGB Variations
Color information
#A7DCFA (or 0xA7DCFA) is known color: Columbia Blue. HEX triplet: A7, DC and FA. RGB value is (167,220,250). Sum of RGB (Red+Green+Blue) = 167+220+250=637 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.22% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCFA is #582305. Grayscale: #CFCFCF. Windows color (decimal): -5776134 or 16440487. OLE color: 16440487.
HSL color Cylindrical-coordinate representation of color #A7DCFA: hue angle of 201.69º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7DCFA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 220 | 250 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.02 |
| HSL | 201.69º | 0.89% | 0.82% | - |
| HSV(B) | 201.69º | 0.33% | 0.98% | - |
| XYZ | 58.78 | 66.3 | 100.14 | - |
| YUV | 207.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 250 | 0.33 | 0.12 | 0 | 0.02 | 201.69 | 0.89 | 0.82 |
| Hex | A7 | DC | FA | 21 | C | 0 | 2 | CA | 59 | 52 |
| Octal | 247 | 334 | 372 | 41 | 14 | 0 | 2 | 312 | 131 | 122 |
| Binary | 10100111 | 11011100 | 11111010 | 100001 | 1100 | 0 | 10 | 11001010 | 1011001 | 1010010 |
Color Harmonies of #A7DCFA
Complementary color
Monochromatic Colors of #A7DCFA
Black with #A7DCFA
Text Example
Text Example
White with #A7DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCFA; }
p { color: rgb(167,220,250); }
H1.HeaderClassName
{
color: #A7DCFA;
}
.AnyTagClassName
{
color: #A7DCFA;
}
</style>
background-color css
<style>
a { background-color: #A7DCFA; }
a { background-color: rgb(167,220,250); }
div.DivClassName
{
background-color: #A7DCFA;
}
.BgClassName
{
background-color: #A7DCFA;
}
</style>
border-color css
<style>
span { border-color: #A7DCFA; }
span { border-color: rgb(167,220,250); }
td.TdClassName
{
border-color: #A7DCFA;
}
.TagClassName
{
border-color: #A7DCFA;
}
</style>