Shades of Columbia Blue #A7E0FE
Tints of Columbia Blue #A7E0FE
RGB
CMYK
RGB Variations
Color information
#A7E0FE (or 0xA7E0FE) is known color: Columbia Blue. HEX triplet: A7, E0 and FE. RGB value is (167,224,254). Sum of RGB (Red+Green+Blue) = 167+224+254=645 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.89% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E0FE is #581F01. Grayscale: #D2D2D2. Windows color (decimal): -5775106 or 16703655. OLE color: 16703655.
HSL color Cylindrical-coordinate representation of color #A7E0FE: hue angle of 200.69º 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 #A7E0FE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 224 | 254 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.00 |
| HSL | 200.69º | 0.98% | 0.83% | - |
| HSV(B) | 200.69º | 0.34% | 1% | - |
| XYZ | 60.48 | 68.68 | 103.84 | - |
| YUV | 210.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 254 | 0.34 | 0.12 | 0 | 0.00 | 200.69 | 0.98 | 0.83 |
| Hex | A7 | E0 | FE | 22 | C | 0 | 0 | C9 | 62 | 53 |
| Octal | 247 | 340 | 376 | 42 | 14 | 0 | 0 | 311 | 142 | 123 |
| Binary | 10100111 | 11100000 | 11111110 | 100010 | 1100 | 0 | 0 | 11001001 | 1100010 | 1010011 |
Color Harmonies of #A7E0FE
Complementary color
Monochromatic Colors of #A7E0FE
Black with #A7E0FE
Text Example
Text Example
White with #A7E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0FE; }
p { color: rgb(167,224,254); }
H1.HeaderClassName
{
color: #A7E0FE;
}
.AnyTagClassName
{
color: #A7E0FE;
}
</style>
background-color css
<style>
a { background-color: #A7E0FE; }
a { background-color: rgb(167,224,254); }
div.DivClassName
{
background-color: #A7E0FE;
}
.BgClassName
{
background-color: #A7E0FE;
}
</style>
border-color css
<style>
span { border-color: #A7E0FE; }
span { border-color: rgb(167,224,254); }
td.TdClassName
{
border-color: #A7E0FE;
}
.TagClassName
{
border-color: #A7E0FE;
}
</style>