Shades of Columbia Blue #A7EAFE
Tints of Columbia Blue #A7EAFE
RGB
CMYK
RGB Variations
Color information
#A7EAFE (or 0xA7EAFE) is known color: Columbia Blue. HEX triplet: A7, EA and FE. RGB value is (167,234,254). Sum of RGB (Red+Green+Blue) = 167+234+254=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAFE is #581501. Grayscale: #D8D8D8. Windows color (decimal): -5772546 or 16706215. OLE color: 16706215.
HSL color Cylindrical-coordinate representation of color #A7EAFE: hue angle of 193.79º 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 #A7EAFE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 234 | 254 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.00 |
| HSL | 193.79º | 0.98% | 0.83% | - |
| HSV(B) | 193.79º | 0.34% | 1% | - |
| XYZ | 63.25 | 74.22 | 104.76 | - |
| YUV | 216.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 254 | 0.34 | 0.08 | 0 | 0.00 | 193.79 | 0.98 | 0.83 |
| Hex | A7 | EA | FE | 22 | 8 | 0 | 0 | C2 | 62 | 53 |
| Octal | 247 | 352 | 376 | 42 | 10 | 0 | 0 | 302 | 142 | 123 |
| Binary | 10100111 | 11101010 | 11111110 | 100010 | 1000 | 0 | 0 | 11000010 | 1100010 | 1010011 |
Color Harmonies of #A7EAFE
Complementary color
Monochromatic Colors of #A7EAFE
Black with #A7EAFE
Text Example
Text Example
White with #A7EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAFE; }
p { color: rgb(167,234,254); }
H1.HeaderClassName
{
color: #A7EAFE;
}
.AnyTagClassName
{
color: #A7EAFE;
}
</style>
background-color css
<style>
a { background-color: #A7EAFE; }
a { background-color: rgb(167,234,254); }
div.DivClassName
{
background-color: #A7EAFE;
}
.BgClassName
{
background-color: #A7EAFE;
}
</style>
border-color css
<style>
span { border-color: #A7EAFE; }
span { border-color: rgb(167,234,254); }
td.TdClassName
{
border-color: #A7EAFE;
}
.TagClassName
{
border-color: #A7EAFE;
}
</style>