Shades of Columbia Blue #A7D9FF
Tints of Columbia Blue #A7D9FF
RGB
CMYK
RGB Variations
Color information
#A7D9FF (or 0xA7D9FF) is known color: Columbia Blue. HEX triplet: A7, D9 and FF. RGB value is (167,217,255). Sum of RGB (Red+Green+Blue) = 167+217+255=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D9FF is #582600. Grayscale: #CECECE. Windows color (decimal): -5776897 or 16767399. OLE color: 16767399.
HSL color Cylindrical-coordinate representation of color #A7D9FF: hue angle of 205.91º 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 #A7D9FF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 217 | 255 | - |
| CMYK | 0.35 | 0.15 | 0 | 0 |
| HSL | 205.91º | 1% | 0.83% | - |
| HSV(B) | 205.91º | 0.35% | 1% | - |
| XYZ | 58.8 | 65.06 | 104.07 | - |
| YUV | 206.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 255 | 0.35 | 0.15 | 0 | 0 | 205.91 | 1 | 0.83 |
| Hex | A7 | D9 | FF | 23 | F | 0 | 0 | CE | 64 | 53 |
| Octal | 247 | 331 | 377 | 43 | 17 | 0 | 0 | 316 | 144 | 123 |
| Binary | 10100111 | 11011001 | 11111111 | 100011 | 1111 | 0 | 0 | 11001110 | 1100100 | 1010011 |
Color Harmonies of #A7D9FF
Complementary color
Monochromatic Colors of #A7D9FF
Black with #A7D9FF
Text Example
Text Example
White with #A7D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D9FF; }
p { color: rgb(167,217,255); }
H1.HeaderClassName
{
color: #A7D9FF;
}
.AnyTagClassName
{
color: #A7D9FF;
}
</style>
background-color css
<style>
a { background-color: #A7D9FF; }
a { background-color: rgb(167,217,255); }
div.DivClassName
{
background-color: #A7D9FF;
}
.BgClassName
{
background-color: #A7D9FF;
}
</style>
border-color css
<style>
span { border-color: #A7D9FF; }
span { border-color: rgb(167,217,255); }
td.TdClassName
{
border-color: #A7D9FF;
}
.TagClassName
{
border-color: #A7D9FF;
}
</style>