Shades of Columbia Blue #A7DCFF
Tints of Columbia Blue #A7DCFF
RGB
CMYK
RGB Variations
Color information
#A7DCFF (or 0xA7DCFF) is known color: Columbia Blue. HEX triplet: A7, DC and FF. RGB value is (167,220,255). Sum of RGB (Red+Green+Blue) = 167+220+255=642 (85% of max value = 765). Red value is 167 (65.62% from 255 or 26.01% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCFF is #582300. Grayscale: #CFCFCF. Windows color (decimal): -5776129 or 16768167. OLE color: 16768167.
HSL color Cylindrical-coordinate representation of color #A7DCFF: hue angle of 203.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7DCFF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 220 | 255 | - |
| CMYK | 0.35 | 0.14 | 0 | 0 |
| HSL | 203.86º | 1% | 0.83% | - |
| HSV(B) | 203.86º | 0.35% | 1% | - |
| XYZ | 59.58 | 66.62 | 104.33 | - |
| YUV | 208.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 255 | 0.35 | 0.14 | 0 | 0 | 203.86 | 1 | 0.83 |
| Hex | A7 | DC | FF | 23 | E | 0 | 0 | CC | 64 | 53 |
| Octal | 247 | 334 | 377 | 43 | 16 | 0 | 0 | 314 | 144 | 123 |
| Binary | 10100111 | 11011100 | 11111111 | 100011 | 1110 | 0 | 0 | 11001100 | 1100100 | 1010011 |
Color Harmonies of #A7DCFF
Complementary color
Monochromatic Colors of #A7DCFF
Black with #A7DCFF
Text Example
Text Example
White with #A7DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCFF; }
p { color: rgb(167,220,255); }
H1.HeaderClassName
{
color: #A7DCFF;
}
.AnyTagClassName
{
color: #A7DCFF;
}
</style>
background-color css
<style>
a { background-color: #A7DCFF; }
a { background-color: rgb(167,220,255); }
div.DivClassName
{
background-color: #A7DCFF;
}
.BgClassName
{
background-color: #A7DCFF;
}
</style>
border-color css
<style>
span { border-color: #A7DCFF; }
span { border-color: rgb(167,220,255); }
td.TdClassName
{
border-color: #A7DCFF;
}
.TagClassName
{
border-color: #A7DCFF;
}
</style>