Shades of Columbia Blue #A2E2FF
Tints of Columbia Blue #A2E2FF
RGB
CMYK
RGB Variations
Color information
#A2E2FF (or 0xA2E2FF) is known color: Columbia Blue. HEX triplet: A2, E2 and FF. RGB value is (162,226,255). Sum of RGB (Red+Green+Blue) = 162+226+255=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E2FF is #5D1D00. Grayscale: #D1D1D1. Windows color (decimal): -6102273 or 16769698. OLE color: 16769698.
HSL color Cylindrical-coordinate representation of color #A2E2FF: hue angle of 198.71º 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 #A2E2FF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 226 | 255 | - |
| CMYK | 0.36 | 0.11 | 0 | 0 |
| HSL | 198.71º | 1% | 0.82% | - |
| HSV(B) | 198.71º | 0.36% | 1% | - |
| XYZ | 60.15 | 69.29 | 104.81 | - |
| YUV | 210.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 255 | 0.36 | 0.11 | 0 | 0 | 198.71 | 1 | 0.82 |
| Hex | A2 | E2 | FF | 24 | B | 0 | 0 | C7 | 64 | 52 |
| Octal | 242 | 342 | 377 | 44 | 13 | 0 | 0 | 307 | 144 | 122 |
| Binary | 10100010 | 11100010 | 11111111 | 100100 | 1011 | 0 | 0 | 11000111 | 1100100 | 1010010 |
Color Harmonies of #A2E2FF
Complementary color
Monochromatic Colors of #A2E2FF
Black with #A2E2FF
Text Example
Text Example
White with #A2E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E2FF; }
p { color: rgb(162,226,255); }
H1.HeaderClassName
{
color: #A2E2FF;
}
.AnyTagClassName
{
color: #A2E2FF;
}
</style>
background-color css
<style>
a { background-color: #A2E2FF; }
a { background-color: rgb(162,226,255); }
div.DivClassName
{
background-color: #A2E2FF;
}
.BgClassName
{
background-color: #A2E2FF;
}
</style>
border-color css
<style>
span { border-color: #A2E2FF; }
span { border-color: rgb(162,226,255); }
td.TdClassName
{
border-color: #A2E2FF;
}
.TagClassName
{
border-color: #A2E2FF;
}
</style>