Shades of Columbia Blue #A2E7FF
Tints of Columbia Blue #A2E7FF
RGB
CMYK
RGB Variations
Color information
#A2E7FF (or 0xA2E7FF) is known color: Columbia Blue. HEX triplet: A2, E7 and FF. RGB value is (162,231,255). Sum of RGB (Red+Green+Blue) = 162+231+255=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 231 (90.62% from 255 or 35.65% 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 #A2E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E7FF is #5D1800. Grayscale: #D4D4D4. Windows color (decimal): -6100993 or 16770978. OLE color: 16770978.
HSL color Cylindrical-coordinate representation of color #A2E7FF: hue angle of 195.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2E7FF is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 231 | 255 | - |
| CMYK | 0.36 | 0.09 | 0 | 0 |
| HSL | 195.48º | 1% | 0.82% | - |
| HSV(B) | 195.48º | 0.36% | 1% | - |
| XYZ | 61.53 | 72.05 | 105.27 | - |
| YUV | 213.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 255 | 0.36 | 0.09 | 0 | 0 | 195.48 | 1 | 0.82 |
| Hex | A2 | E7 | FF | 24 | 9 | 0 | 0 | C3 | 64 | 52 |
| Octal | 242 | 347 | 377 | 44 | 11 | 0 | 0 | 303 | 144 | 122 |
| Binary | 10100010 | 11100111 | 11111111 | 100100 | 1001 | 0 | 0 | 11000011 | 1100100 | 1010010 |
Color Harmonies of #A2E7FF
Complementary color
Monochromatic Colors of #A2E7FF
Black with #A2E7FF
Text Example
Text Example
White with #A2E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7FF; }
p { color: rgb(162,231,255); }
H1.HeaderClassName
{
color: #A2E7FF;
}
.AnyTagClassName
{
color: #A2E7FF;
}
</style>
background-color css
<style>
a { background-color: #A2E7FF; }
a { background-color: rgb(162,231,255); }
div.DivClassName
{
background-color: #A2E7FF;
}
.BgClassName
{
background-color: #A2E7FF;
}
</style>
border-color css
<style>
span { border-color: #A2E7FF; }
span { border-color: rgb(162,231,255); }
td.TdClassName
{
border-color: #A2E7FF;
}
.TagClassName
{
border-color: #A2E7FF;
}
</style>