Shades of Columbia Blue #A2E2FA
Tints of Columbia Blue #A2E2FA
RGB
CMYK
RGB Variations
Color information
#A2E2FA (or 0xA2E2FA) is known color: Columbia Blue. HEX triplet: A2, E2 and FA. RGB value is (162,226,250). Sum of RGB (Red+Green+Blue) = 162+226+250=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E2FA is #5D1D05. Grayscale: #D1D1D1. Windows color (decimal): -6102278 or 16442018. OLE color: 16442018.
HSL color Cylindrical-coordinate representation of color #A2E2FA: hue angle of 196.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2E2FA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 226 | 250 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.02 |
| HSL | 196.36º | 0.9% | 0.81% | - |
| HSV(B) | 196.36º | 0.35% | 0.98% | - |
| XYZ | 59.35 | 68.98 | 100.63 | - |
| YUV | 209.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 250 | 0.35 | 0.10 | 0 | 0.02 | 196.36 | 0.9 | 0.81 |
| Hex | A2 | E2 | FA | 23 | A | 0 | 2 | C4 | 5A | 51 |
| Octal | 242 | 342 | 372 | 43 | 12 | 0 | 2 | 304 | 132 | 121 |
| Binary | 10100010 | 11100010 | 11111010 | 100011 | 1010 | 0 | 10 | 11000100 | 1011010 | 1010001 |
Color Harmonies of #A2E2FA
Complementary color
Monochromatic Colors of #A2E2FA
Black with #A2E2FA
Text Example
Text Example
White with #A2E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E2FA; }
p { color: rgb(162,226,250); }
H1.HeaderClassName
{
color: #A2E2FA;
}
.AnyTagClassName
{
color: #A2E2FA;
}
</style>
background-color css
<style>
a { background-color: #A2E2FA; }
a { background-color: rgb(162,226,250); }
div.DivClassName
{
background-color: #A2E2FA;
}
.BgClassName
{
background-color: #A2E2FA;
}
</style>
border-color css
<style>
span { border-color: #A2E2FA; }
span { border-color: rgb(162,226,250); }
td.TdClassName
{
border-color: #A2E2FA;
}
.TagClassName
{
border-color: #A2E2FA;
}
</style>