Shades of Columbia Blue #A7DBFD
Tints of Columbia Blue #A7DBFD
RGB
CMYK
RGB Variations
Color information
#A7DBFD (or 0xA7DBFD) is known color: Columbia Blue. HEX triplet: A7, DB and FD. RGB value is (167,219,253). Sum of RGB (Red+Green+Blue) = 167+219+253=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DBFD is #582402. Grayscale: #CFCFCF. Windows color (decimal): -5776387 or 16636839. OLE color: 16636839.
HSL color Cylindrical-coordinate representation of color #A7DBFD: hue angle of 203.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7DBFD is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 219 | 253 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.01 |
| HSL | 203.72º | 0.96% | 0.82% | - |
| HSV(B) | 203.72º | 0.34% | 0.99% | - |
| XYZ | 59 | 65.97 | 102.55 | - |
| YUV | 207.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 253 | 0.34 | 0.13 | 0 | 0.01 | 203.72 | 0.96 | 0.82 |
| Hex | A7 | DB | FD | 22 | D | 0 | 1 | CC | 60 | 52 |
| Octal | 247 | 333 | 375 | 42 | 15 | 0 | 1 | 314 | 140 | 122 |
| Binary | 10100111 | 11011011 | 11111101 | 100010 | 1101 | 0 | 1 | 11001100 | 1100000 | 1010010 |
Color Harmonies of #A7DBFD
Complementary color
Monochromatic Colors of #A7DBFD
Black with #A7DBFD
Text Example
Text Example
White with #A7DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBFD; }
p { color: rgb(167,219,253); }
H1.HeaderClassName
{
color: #A7DBFD;
}
.AnyTagClassName
{
color: #A7DBFD;
}
</style>
background-color css
<style>
a { background-color: #A7DBFD; }
a { background-color: rgb(167,219,253); }
div.DivClassName
{
background-color: #A7DBFD;
}
.BgClassName
{
background-color: #A7DBFD;
}
</style>
border-color css
<style>
span { border-color: #A7DBFD; }
span { border-color: rgb(167,219,253); }
td.TdClassName
{
border-color: #A7DBFD;
}
.TagClassName
{
border-color: #A7DBFD;
}
</style>