Shades of Columbia Blue #A2E0FE
Tints of Columbia Blue #A2E0FE
RGB
CMYK
RGB Variations
Color information
#A2E0FE (or 0xA2E0FE) is known color: Columbia Blue. HEX triplet: A2, E0 and FE. RGB value is (162,224,254). Sum of RGB (Red+Green+Blue) = 162+224+254=640 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.31% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E0FE is #5D1F01. Grayscale: #D0D0D0. Windows color (decimal): -6102786 or 16703650. OLE color: 16703650.
HSL color Cylindrical-coordinate representation of color #A2E0FE: hue angle of 199.57º 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 #A2E0FE is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 224 | 254 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.00 |
| HSL | 199.57º | 0.98% | 0.82% | - |
| HSV(B) | 199.57º | 0.36% | 1% | - |
| XYZ | 59.45 | 68.15 | 103.79 | - |
| YUV | 208.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 254 | 0.36 | 0.12 | 0 | 0.00 | 199.57 | 0.98 | 0.82 |
| Hex | A2 | E0 | FE | 24 | C | 0 | 0 | C8 | 62 | 52 |
| Octal | 242 | 340 | 376 | 44 | 14 | 0 | 0 | 310 | 142 | 122 |
| Binary | 10100010 | 11100000 | 11111110 | 100100 | 1100 | 0 | 0 | 11001000 | 1100010 | 1010010 |
Color Harmonies of #A2E0FE
Complementary color
Monochromatic Colors of #A2E0FE
Black with #A2E0FE
Text Example
Text Example
White with #A2E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0FE; }
p { color: rgb(162,224,254); }
H1.HeaderClassName
{
color: #A2E0FE;
}
.AnyTagClassName
{
color: #A2E0FE;
}
</style>
background-color css
<style>
a { background-color: #A2E0FE; }
a { background-color: rgb(162,224,254); }
div.DivClassName
{
background-color: #A2E0FE;
}
.BgClassName
{
background-color: #A2E0FE;
}
</style>
border-color css
<style>
span { border-color: #A2E0FE; }
span { border-color: rgb(162,224,254); }
td.TdClassName
{
border-color: #A2E0FE;
}
.TagClassName
{
border-color: #A2E0FE;
}
</style>