Shades of Columbia Blue #A7E1F8
Tints of Columbia Blue #A7E1F8
RGB
CMYK
RGB Variations
Color information
#A7E1F8 (or 0xA7E1F8) is known color: Columbia Blue. HEX triplet: A7, E1 and F8. RGB value is (167,225,248). Sum of RGB (Red+Green+Blue) = 167+225+248=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #A7E1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E1F8 is #581E07. Grayscale: #D2D2D2. Windows color (decimal): -5774856 or 16310695. OLE color: 16310695.
HSL color Cylindrical-coordinate representation of color #A7E1F8: hue angle of 197.04º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7E1F8 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 225 | 248 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.03 |
| HSL | 197.04º | 0.85% | 0.81% | - |
| HSV(B) | 197.04º | 0.33% | 0.97% | - |
| XYZ | 59.8 | 68.84 | 98.94 | - |
| YUV | 210.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 248 | 0.33 | 0.09 | 0 | 0.03 | 197.04 | 0.85 | 0.81 |
| Hex | A7 | E1 | F8 | 21 | 9 | 0 | 3 | C5 | 55 | 51 |
| Octal | 247 | 341 | 370 | 41 | 11 | 0 | 3 | 305 | 125 | 121 |
| Binary | 10100111 | 11100001 | 11111000 | 100001 | 1001 | 0 | 11 | 11000101 | 1010101 | 1010001 |
Color Harmonies of #A7E1F8
Complementary color
Monochromatic Colors of #A7E1F8
Black with #A7E1F8
Text Example
Text Example
White with #A7E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1F8; }
p { color: rgb(167,225,248); }
H1.HeaderClassName
{
color: #A7E1F8;
}
.AnyTagClassName
{
color: #A7E1F8;
}
</style>
background-color css
<style>
a { background-color: #A7E1F8; }
a { background-color: rgb(167,225,248); }
div.DivClassName
{
background-color: #A7E1F8;
}
.BgClassName
{
background-color: #A7E1F8;
}
</style>
border-color css
<style>
span { border-color: #A7E1F8; }
span { border-color: rgb(167,225,248); }
td.TdClassName
{
border-color: #A7E1F8;
}
.TagClassName
{
border-color: #A7E1F8;
}
</style>