Shades of Columbia Blue #A2D7FA
Tints of Columbia Blue #A2D7FA
RGB
CMYK
RGB Variations
Color information
#A2D7FA (or 0xA2D7FA) is known color: Columbia Blue. HEX triplet: A2, D7 and FA. RGB value is (162,215,250). Sum of RGB (Red+Green+Blue) = 162+215+250=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D7FA is #5D2805. Grayscale: #CACACA. Windows color (decimal): -6105094 or 16439202. OLE color: 16439202.
HSL color Cylindrical-coordinate representation of color #A2D7FA: hue angle of 203.86º 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 #A2D7FA is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 215 | 250 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.02 |
| HSL | 203.86º | 0.9% | 0.81% | - |
| HSV(B) | 203.86º | 0.35% | 0.98% | - |
| XYZ | 56.46 | 63.18 | 99.66 | - |
| YUV | 203.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 250 | 0.35 | 0.14 | 0 | 0.02 | 203.86 | 0.9 | 0.81 |
| Hex | A2 | D7 | FA | 23 | E | 0 | 2 | CC | 5A | 51 |
| Octal | 242 | 327 | 372 | 43 | 16 | 0 | 2 | 314 | 132 | 121 |
| Binary | 10100010 | 11010111 | 11111010 | 100011 | 1110 | 0 | 10 | 11001100 | 1011010 | 1010001 |
Color Harmonies of #A2D7FA
Complementary color
Monochromatic Colors of #A2D7FA
Black with #A2D7FA
Text Example
Text Example
White with #A2D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7FA; }
p { color: rgb(162,215,250); }
H1.HeaderClassName
{
color: #A2D7FA;
}
.AnyTagClassName
{
color: #A2D7FA;
}
</style>
background-color css
<style>
a { background-color: #A2D7FA; }
a { background-color: rgb(162,215,250); }
div.DivClassName
{
background-color: #A2D7FA;
}
.BgClassName
{
background-color: #A2D7FA;
}
</style>
border-color css
<style>
span { border-color: #A2D7FA; }
span { border-color: rgb(162,215,250); }
td.TdClassName
{
border-color: #A2D7FA;
}
.TagClassName
{
border-color: #A2D7FA;
}
</style>