Shades of Columbia Blue #A2E1FB
Tints of Columbia Blue #A2E1FB
RGB
CMYK
RGB Variations
Color information
#A2E1FB (or 0xA2E1FB) is known color: Columbia Blue. HEX triplet: A2, E1 and FB. RGB value is (162,225,251). Sum of RGB (Red+Green+Blue) = 162+225+251=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E1FB is #5D1E04. Grayscale: #D0D0D0. Windows color (decimal): -6102533 or 16507298. OLE color: 16507298.
HSL color Cylindrical-coordinate representation of color #A2E1FB: hue angle of 197.53º 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 #A2E1FB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 225 | 251 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.02 |
| HSL | 197.53º | 0.92% | 0.81% | - |
| HSV(B) | 197.53º | 0.35% | 0.98% | - |
| XYZ | 59.24 | 68.5 | 101.37 | - |
| YUV | 209.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 251 | 0.35 | 0.10 | 0 | 0.02 | 197.53 | 0.92 | 0.81 |
| Hex | A2 | E1 | FB | 23 | A | 0 | 2 | C6 | 5C | 51 |
| Octal | 242 | 341 | 373 | 43 | 12 | 0 | 2 | 306 | 134 | 121 |
| Binary | 10100010 | 11100001 | 11111011 | 100011 | 1010 | 0 | 10 | 11000110 | 1011100 | 1010001 |
Color Harmonies of #A2E1FB
Complementary color
Monochromatic Colors of #A2E1FB
Black with #A2E1FB
Text Example
Text Example
White with #A2E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1FB; }
p { color: rgb(162,225,251); }
H1.HeaderClassName
{
color: #A2E1FB;
}
.AnyTagClassName
{
color: #A2E1FB;
}
</style>
background-color css
<style>
a { background-color: #A2E1FB; }
a { background-color: rgb(162,225,251); }
div.DivClassName
{
background-color: #A2E1FB;
}
.BgClassName
{
background-color: #A2E1FB;
}
</style>
border-color css
<style>
span { border-color: #A2E1FB; }
span { border-color: rgb(162,225,251); }
td.TdClassName
{
border-color: #A2E1FB;
}
.TagClassName
{
border-color: #A2E1FB;
}
</style>