Shades of Columbia Blue #A2D6FC
Tints of Columbia Blue #A2D6FC
RGB
CMYK
RGB Variations
Color information
#A2D6FC (or 0xA2D6FC) is known color: Columbia Blue. HEX triplet: A2, D6 and FC. RGB value is (162,214,252). Sum of RGB (Red+Green+Blue) = 162+214+252=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2D6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D6FC is #5D2903. Grayscale: #CACACA. Windows color (decimal): -6105348 or 16570018. OLE color: 16570018.
HSL color Cylindrical-coordinate representation of color #A2D6FC: hue angle of 205.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 #A2D6FC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 214 | 252 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.01 |
| HSL | 205.33º | 0.94% | 0.81% | - |
| HSV(B) | 205.33º | 0.36% | 0.99% | - |
| XYZ | 56.52 | 62.8 | 101.24 | - |
| YUV | 202.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 252 | 0.36 | 0.15 | 0 | 0.01 | 205.33 | 0.94 | 0.81 |
| Hex | A2 | D6 | FC | 24 | F | 0 | 1 | CD | 5E | 51 |
| Octal | 242 | 326 | 374 | 44 | 17 | 0 | 1 | 315 | 136 | 121 |
| Binary | 10100010 | 11010110 | 11111100 | 100100 | 1111 | 0 | 1 | 11001101 | 1011110 | 1010001 |
Color Harmonies of #A2D6FC
Complementary color
Monochromatic Colors of #A2D6FC
Black with #A2D6FC
Text Example
Text Example
White with #A2D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6FC; }
p { color: rgb(162,214,252); }
H1.HeaderClassName
{
color: #A2D6FC;
}
.AnyTagClassName
{
color: #A2D6FC;
}
</style>
background-color css
<style>
a { background-color: #A2D6FC; }
a { background-color: rgb(162,214,252); }
div.DivClassName
{
background-color: #A2D6FC;
}
.BgClassName
{
background-color: #A2D6FC;
}
</style>
border-color css
<style>
span { border-color: #A2D6FC; }
span { border-color: rgb(162,214,252); }
td.TdClassName
{
border-color: #A2D6FC;
}
.TagClassName
{
border-color: #A2D6FC;
}
</style>