Shades of Columbia Blue #A2E0FB
Tints of Columbia Blue #A2E0FB
RGB
CMYK
RGB Variations
Color information
#A2E0FB (or 0xA2E0FB) is known color: Columbia Blue. HEX triplet: A2, E0 and FB. RGB value is (162,224,251). Sum of RGB (Red+Green+Blue) = 162+224+251=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2E0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E0FB is #5D1F04. Grayscale: #D0D0D0. Windows color (decimal): -6102789 or 16507042. OLE color: 16507042.
HSL color Cylindrical-coordinate representation of color #A2E0FB: hue angle of 198.2º degrees, saturation: 0.92, 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 #A2E0FB is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 224 | 251 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.02 |
| HSL | 198.2º | 0.92% | 0.81% | - |
| HSV(B) | 198.2º | 0.35% | 0.98% | - |
| XYZ | 58.97 | 67.96 | 101.28 | - |
| YUV | 208.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 251 | 0.35 | 0.11 | 0 | 0.02 | 198.2 | 0.92 | 0.81 |
| Hex | A2 | E0 | FB | 23 | B | 0 | 2 | C6 | 5C | 51 |
| Octal | 242 | 340 | 373 | 43 | 13 | 0 | 2 | 306 | 134 | 121 |
| Binary | 10100010 | 11100000 | 11111011 | 100011 | 1011 | 0 | 10 | 11000110 | 1011100 | 1010001 |
Color Harmonies of #A2E0FB
Complementary color
Monochromatic Colors of #A2E0FB
Black with #A2E0FB
Text Example
Text Example
White with #A2E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0FB; }
p { color: rgb(162,224,251); }
H1.HeaderClassName
{
color: #A2E0FB;
}
.AnyTagClassName
{
color: #A2E0FB;
}
</style>
background-color css
<style>
a { background-color: #A2E0FB; }
a { background-color: rgb(162,224,251); }
div.DivClassName
{
background-color: #A2E0FB;
}
.BgClassName
{
background-color: #A2E0FB;
}
</style>
border-color css
<style>
span { border-color: #A2E0FB; }
span { border-color: rgb(162,224,251); }
td.TdClassName
{
border-color: #A2E0FB;
}
.TagClassName
{
border-color: #A2E0FB;
}
</style>