Shades of Columbia Blue #A2E5FC
Tints of Columbia Blue #A2E5FC
RGB
CMYK
RGB Variations
Color information
#A2E5FC (or 0xA2E5FC) is known color: Columbia Blue. HEX triplet: A2, E5 and FC. RGB value is (162,229,252). Sum of RGB (Red+Green+Blue) = 162+229+252=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E5FC is #5D1A03. Grayscale: #D3D3D3. Windows color (decimal): -6101508 or 16573858. OLE color: 16573858.
HSL color Cylindrical-coordinate representation of color #A2E5FC: hue angle of 195.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2E5FC is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 229 | 252 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.01 |
| HSL | 195.33º | 0.94% | 0.81% | - |
| HSV(B) | 195.33º | 0.36% | 0.99% | - |
| XYZ | 60.49 | 70.75 | 102.56 | - |
| YUV | 211.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 252 | 0.36 | 0.09 | 0 | 0.01 | 195.33 | 0.94 | 0.81 |
| Hex | A2 | E5 | FC | 24 | 9 | 0 | 1 | C3 | 5E | 51 |
| Octal | 242 | 345 | 374 | 44 | 11 | 0 | 1 | 303 | 136 | 121 |
| Binary | 10100010 | 11100101 | 11111100 | 100100 | 1001 | 0 | 1 | 11000011 | 1011110 | 1010001 |
Color Harmonies of #A2E5FC
Complementary color
Monochromatic Colors of #A2E5FC
Black with #A2E5FC
Text Example
Text Example
White with #A2E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E5FC; }
p { color: rgb(162,229,252); }
H1.HeaderClassName
{
color: #A2E5FC;
}
.AnyTagClassName
{
color: #A2E5FC;
}
</style>
background-color css
<style>
a { background-color: #A2E5FC; }
a { background-color: rgb(162,229,252); }
div.DivClassName
{
background-color: #A2E5FC;
}
.BgClassName
{
background-color: #A2E5FC;
}
</style>
border-color css
<style>
span { border-color: #A2E5FC; }
span { border-color: rgb(162,229,252); }
td.TdClassName
{
border-color: #A2E5FC;
}
.TagClassName
{
border-color: #A2E5FC;
}
</style>