Shades of Columbia Blue #A2ECFF
Tints of Columbia Blue #A2ECFF
RGB
CMYK
RGB Variations
Color information
#A2ECFF (or 0xA2ECFF) is known color: Columbia Blue. HEX triplet: A2, EC and FF. RGB value is (162,236,255). Sum of RGB (Red+Green+Blue) = 162+236+255=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECFF is #5D1300. Grayscale: #D7D7D7. Windows color (decimal): -6099713 or 16772258. OLE color: 16772258.
HSL color Cylindrical-coordinate representation of color #A2ECFF: hue angle of 192.26º 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 #A2ECFF is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 236 | 255 | - |
| CMYK | 0.36 | 0.07 | 0 | 0 |
| HSL | 192.26º | 1% | 0.82% | - |
| HSV(B) | 192.26º | 0.36% | 1% | - |
| XYZ | 62.95 | 74.89 | 105.75 | - |
| YUV | 216.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 255 | 0.36 | 0.07 | 0 | 0 | 192.26 | 1 | 0.82 |
| Hex | A2 | EC | FF | 24 | 7 | 0 | 0 | C0 | 64 | 52 |
| Octal | 242 | 354 | 377 | 44 | 7 | 0 | 0 | 300 | 144 | 122 |
| Binary | 10100010 | 11101100 | 11111111 | 100100 | 111 | 0 | 0 | 11000000 | 1100100 | 1010010 |
Color Harmonies of #A2ECFF
Complementary color
Monochromatic Colors of #A2ECFF
Black with #A2ECFF
Text Example
Text Example
White with #A2ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECFF; }
p { color: rgb(162,236,255); }
H1.HeaderClassName
{
color: #A2ECFF;
}
.AnyTagClassName
{
color: #A2ECFF;
}
</style>
background-color css
<style>
a { background-color: #A2ECFF; }
a { background-color: rgb(162,236,255); }
div.DivClassName
{
background-color: #A2ECFF;
}
.BgClassName
{
background-color: #A2ECFF;
}
</style>
border-color css
<style>
span { border-color: #A2ECFF; }
span { border-color: rgb(162,236,255); }
td.TdClassName
{
border-color: #A2ECFF;
}
.TagClassName
{
border-color: #A2ECFF;
}
</style>