Shades of Columbia Blue #A2E5FB
Tints of Columbia Blue #A2E5FB
RGB
CMYK
RGB Variations
Color information
#A2E5FB (or 0xA2E5FB) is known color: Columbia Blue. HEX triplet: A2, E5 and FB. RGB value is (162,229,251). Sum of RGB (Red+Green+Blue) = 162+229+251=642 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.23% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2E5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E5FB is #5D1A04. Grayscale: #D3D3D3. Windows color (decimal): -6101509 or 16508322. OLE color: 16508322.
HSL color Cylindrical-coordinate representation of color #A2E5FB: hue angle of 194.83º 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 #A2E5FB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 229 | 251 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.02 |
| HSL | 194.83º | 0.92% | 0.81% | - |
| HSV(B) | 194.83º | 0.35% | 0.98% | - |
| XYZ | 60.33 | 70.69 | 101.73 | - |
| YUV | 211.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 251 | 0.35 | 0.09 | 0 | 0.02 | 194.83 | 0.92 | 0.81 |
| Hex | A2 | E5 | FB | 23 | 9 | 0 | 2 | C3 | 5C | 51 |
| Octal | 242 | 345 | 373 | 43 | 11 | 0 | 2 | 303 | 134 | 121 |
| Binary | 10100010 | 11100101 | 11111011 | 100011 | 1001 | 0 | 10 | 11000011 | 1011100 | 1010001 |
Color Harmonies of #A2E5FB
Complementary color
Monochromatic Colors of #A2E5FB
Black with #A2E5FB
Text Example
Text Example
White with #A2E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E5FB; }
p { color: rgb(162,229,251); }
H1.HeaderClassName
{
color: #A2E5FB;
}
.AnyTagClassName
{
color: #A2E5FB;
}
</style>
background-color css
<style>
a { background-color: #A2E5FB; }
a { background-color: rgb(162,229,251); }
div.DivClassName
{
background-color: #A2E5FB;
}
.BgClassName
{
background-color: #A2E5FB;
}
</style>
border-color css
<style>
span { border-color: #A2E5FB; }
span { border-color: rgb(162,229,251); }
td.TdClassName
{
border-color: #A2E5FB;
}
.TagClassName
{
border-color: #A2E5FB;
}
</style>