Shades of Columbia Blue #A2E7FE
Tints of Columbia Blue #A2E7FE
RGB
CMYK
RGB Variations
Color information
#A2E7FE (or 0xA2E7FE) is known color: Columbia Blue. HEX triplet: A2, E7 and FE. RGB value is (162,231,254). Sum of RGB (Red+Green+Blue) = 162+231+254=647 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.04% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E7FE is #5D1801. Grayscale: #D4D4D4. Windows color (decimal): -6100994 or 16705442. OLE color: 16705442.
HSL color Cylindrical-coordinate representation of color #A2E7FE: hue angle of 195º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2E7FE is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 231 | 254 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.00 |
| HSL | 195º | 0.98% | 0.82% | - |
| HSV(B) | 195º | 0.36% | 1% | - |
| XYZ | 61.37 | 71.99 | 104.43 | - |
| YUV | 212.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 254 | 0.36 | 0.09 | 0 | 0.00 | 195 | 0.98 | 0.82 |
| Hex | A2 | E7 | FE | 24 | 9 | 0 | 0 | C3 | 62 | 52 |
| Octal | 242 | 347 | 376 | 44 | 11 | 0 | 0 | 303 | 142 | 122 |
| Binary | 10100010 | 11100111 | 11111110 | 100100 | 1001 | 0 | 0 | 11000011 | 1100010 | 1010010 |
Color Harmonies of #A2E7FE
Complementary color
Monochromatic Colors of #A2E7FE
Black with #A2E7FE
Text Example
Text Example
White with #A2E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7FE; }
p { color: rgb(162,231,254); }
H1.HeaderClassName
{
color: #A2E7FE;
}
.AnyTagClassName
{
color: #A2E7FE;
}
</style>
background-color css
<style>
a { background-color: #A2E7FE; }
a { background-color: rgb(162,231,254); }
div.DivClassName
{
background-color: #A2E7FE;
}
.BgClassName
{
background-color: #A2E7FE;
}
</style>
border-color css
<style>
span { border-color: #A2E7FE; }
span { border-color: rgb(162,231,254); }
td.TdClassName
{
border-color: #A2E7FE;
}
.TagClassName
{
border-color: #A2E7FE;
}
</style>