Shades of Columbia Blue #A7E2FF
Tints of Columbia Blue #A7E2FF
RGB
CMYK
RGB Variations
Color information
#A7E2FF (or 0xA7E2FF) is known color: Columbia Blue. HEX triplet: A7, E2 and FF. RGB value is (167,226,255). Sum of RGB (Red+Green+Blue) = 167+226+255=648 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.77% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E2FF is #581D00. Grayscale: #D3D3D3. Windows color (decimal): -5774593 or 16769703. OLE color: 16769703.
HSL color Cylindrical-coordinate representation of color #A7E2FF: hue angle of 199.77º 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 #A7E2FF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 226 | 255 | - |
| CMYK | 0.35 | 0.11 | 0 | 0 |
| HSL | 199.77º | 1% | 0.83% | - |
| HSV(B) | 199.77º | 0.35% | 1% | - |
| XYZ | 61.18 | 69.83 | 104.86 | - |
| YUV | 211.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 255 | 0.35 | 0.11 | 0 | 0 | 199.77 | 1 | 0.83 |
| Hex | A7 | E2 | FF | 23 | B | 0 | 0 | C8 | 64 | 53 |
| Octal | 247 | 342 | 377 | 43 | 13 | 0 | 0 | 310 | 144 | 123 |
| Binary | 10100111 | 11100010 | 11111111 | 100011 | 1011 | 0 | 0 | 11001000 | 1100100 | 1010011 |
Color Harmonies of #A7E2FF
Complementary color
Monochromatic Colors of #A7E2FF
Black with #A7E2FF
Text Example
Text Example
White with #A7E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E2FF; }
p { color: rgb(167,226,255); }
H1.HeaderClassName
{
color: #A7E2FF;
}
.AnyTagClassName
{
color: #A7E2FF;
}
</style>
background-color css
<style>
a { background-color: #A7E2FF; }
a { background-color: rgb(167,226,255); }
div.DivClassName
{
background-color: #A7E2FF;
}
.BgClassName
{
background-color: #A7E2FF;
}
</style>
border-color css
<style>
span { border-color: #A7E2FF; }
span { border-color: rgb(167,226,255); }
td.TdClassName
{
border-color: #A7E2FF;
}
.TagClassName
{
border-color: #A7E2FF;
}
</style>