Shades of Columbia Blue #A7DEFE
Tints of Columbia Blue #A7DEFE
RGB
CMYK
RGB Variations
Color information
#A7DEFE (or 0xA7DEFE) is known color: Columbia Blue. HEX triplet: A7, DE and FE. RGB value is (167,222,254). Sum of RGB (Red+Green+Blue) = 167+222+254=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DEFE is #582101. Grayscale: #D1D1D1. Windows color (decimal): -5775618 or 16703143. OLE color: 16703143.
HSL color Cylindrical-coordinate representation of color #A7DEFE: hue angle of 202.07º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7DEFE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 222 | 254 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.00 |
| HSL | 202.07º | 0.98% | 0.83% | - |
| HSV(B) | 202.07º | 0.34% | 1% | - |
| XYZ | 59.95 | 67.61 | 103.66 | - |
| YUV | 209.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 254 | 0.34 | 0.13 | 0 | 0.00 | 202.07 | 0.98 | 0.83 |
| Hex | A7 | DE | FE | 22 | D | 0 | 0 | CA | 62 | 53 |
| Octal | 247 | 336 | 376 | 42 | 15 | 0 | 0 | 312 | 142 | 123 |
| Binary | 10100111 | 11011110 | 11111110 | 100010 | 1101 | 0 | 0 | 11001010 | 1100010 | 1010011 |
Color Harmonies of #A7DEFE
Complementary color
Monochromatic Colors of #A7DEFE
Black with #A7DEFE
Text Example
Text Example
White with #A7DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEFE; }
p { color: rgb(167,222,254); }
H1.HeaderClassName
{
color: #A7DEFE;
}
.AnyTagClassName
{
color: #A7DEFE;
}
</style>
background-color css
<style>
a { background-color: #A7DEFE; }
a { background-color: rgb(167,222,254); }
div.DivClassName
{
background-color: #A7DEFE;
}
.BgClassName
{
background-color: #A7DEFE;
}
</style>
border-color css
<style>
span { border-color: #A7DEFE; }
span { border-color: rgb(167,222,254); }
td.TdClassName
{
border-color: #A7DEFE;
}
.TagClassName
{
border-color: #A7DEFE;
}
</style>