Shades of Columbia Blue #A2DCFA
Tints of Columbia Blue #A2DCFA
RGB
CMYK
RGB Variations
Color information
#A2DCFA (or 0xA2DCFA) is known color: Columbia Blue. HEX triplet: A2, DC and FA. RGB value is (162,220,250). Sum of RGB (Red+Green+Blue) = 162+220+250=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCFA is #5D2305. Grayscale: #CDCDCD. Windows color (decimal): -6103814 or 16440482. OLE color: 16440482.
HSL color Cylindrical-coordinate representation of color #A2DCFA: hue angle of 200.45º degrees, saturation: 0.9, 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 #A2DCFA is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 220 | 250 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.02 |
| HSL | 200.45º | 0.9% | 0.81% | - |
| HSV(B) | 200.45º | 0.35% | 0.98% | - |
| XYZ | 57.75 | 65.77 | 100.09 | - |
| YUV | 206.08 | 152.78 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 250 | 0.35 | 0.12 | 0 | 0.02 | 200.45 | 0.9 | 0.81 |
| Hex | A2 | DC | FA | 23 | C | 0 | 2 | C8 | 5A | 51 |
| Octal | 242 | 334 | 372 | 43 | 14 | 0 | 2 | 310 | 132 | 121 |
| Binary | 10100010 | 11011100 | 11111010 | 100011 | 1100 | 0 | 10 | 11001000 | 1011010 | 1010001 |
Color Harmonies of #A2DCFA
Complementary color
Monochromatic Colors of #A2DCFA
Black with #A2DCFA
Text Example
Text Example
White with #A2DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCFA; }
p { color: rgb(162,220,250); }
H1.HeaderClassName
{
color: #A2DCFA;
}
.AnyTagClassName
{
color: #A2DCFA;
}
</style>
background-color css
<style>
a { background-color: #A2DCFA; }
a { background-color: rgb(162,220,250); }
div.DivClassName
{
background-color: #A2DCFA;
}
.BgClassName
{
background-color: #A2DCFA;
}
</style>
border-color css
<style>
span { border-color: #A2DCFA; }
span { border-color: rgb(162,220,250); }
td.TdClassName
{
border-color: #A2DCFA;
}
.TagClassName
{
border-color: #A2DCFA;
}
</style>