Shades of Columbia Blue #A2E5FF
Tints of Columbia Blue #A2E5FF
RGB
CMYK
RGB Variations
Color information
#A2E5FF (or 0xA2E5FF) is known color: Columbia Blue. HEX triplet: A2, E5 and FF. RGB value is (162,229,255). Sum of RGB (Red+Green+Blue) = 162+229+255=646 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.08% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E5FF is #5D1A00. Grayscale: #D3D3D3. Windows color (decimal): -6101505 or 16770466. OLE color: 16770466.
HSL color Cylindrical-coordinate representation of color #A2E5FF: hue angle of 196.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2E5FF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 229 | 255 | - |
| CMYK | 0.36 | 0.10 | 0 | 0 |
| HSL | 196.77º | 1% | 0.82% | - |
| HSV(B) | 196.77º | 0.36% | 1% | - |
| XYZ | 60.97 | 70.94 | 105.09 | - |
| YUV | 211.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 255 | 0.36 | 0.10 | 0 | 0 | 196.77 | 1 | 0.82 |
| Hex | A2 | E5 | FF | 24 | A | 0 | 0 | C5 | 64 | 52 |
| Octal | 242 | 345 | 377 | 44 | 12 | 0 | 0 | 305 | 144 | 122 |
| Binary | 10100010 | 11100101 | 11111111 | 100100 | 1010 | 0 | 0 | 11000101 | 1100100 | 1010010 |
Color Harmonies of #A2E5FF
Complementary color
Monochromatic Colors of #A2E5FF
Black with #A2E5FF
Text Example
Text Example
White with #A2E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E5FF; }
p { color: rgb(162,229,255); }
H1.HeaderClassName
{
color: #A2E5FF;
}
.AnyTagClassName
{
color: #A2E5FF;
}
</style>
background-color css
<style>
a { background-color: #A2E5FF; }
a { background-color: rgb(162,229,255); }
div.DivClassName
{
background-color: #A2E5FF;
}
.BgClassName
{
background-color: #A2E5FF;
}
</style>
border-color css
<style>
span { border-color: #A2E5FF; }
span { border-color: rgb(162,229,255); }
td.TdClassName
{
border-color: #A2E5FF;
}
.TagClassName
{
border-color: #A2E5FF;
}
</style>