Shades of Columbia Blue #A2D6FE
Tints of Columbia Blue #A2D6FE
RGB
CMYK
RGB Variations
Color information
#A2D6FE (or 0xA2D6FE) is known color: Columbia Blue. HEX triplet: A2, D6 and FE. RGB value is (162,214,254). Sum of RGB (Red+Green+Blue) = 162+214+254=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D6FE is #5D2901. Grayscale: #CACACA. Windows color (decimal): -6105346 or 16701090. OLE color: 16701090.
HSL color Cylindrical-coordinate representation of color #A2D6FE: hue angle of 206.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D6FE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 214 | 254 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.00 |
| HSL | 206.09º | 0.98% | 0.82% | - |
| HSV(B) | 206.09º | 0.36% | 1% | - |
| XYZ | 56.84 | 62.93 | 102.92 | - |
| YUV | 203.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 254 | 0.36 | 0.16 | 0 | 0.00 | 206.09 | 0.98 | 0.82 |
| Hex | A2 | D6 | FE | 24 | 10 | 0 | 0 | CE | 62 | 52 |
| Octal | 242 | 326 | 376 | 44 | 20 | 0 | 0 | 316 | 142 | 122 |
| Binary | 10100010 | 11010110 | 11111110 | 100100 | 10000 | 0 | 0 | 11001110 | 1100010 | 1010010 |
Color Harmonies of #A2D6FE
Complementary color
Monochromatic Colors of #A2D6FE
Black with #A2D6FE
Text Example
Text Example
White with #A2D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6FE; }
p { color: rgb(162,214,254); }
H1.HeaderClassName
{
color: #A2D6FE;
}
.AnyTagClassName
{
color: #A2D6FE;
}
</style>
background-color css
<style>
a { background-color: #A2D6FE; }
a { background-color: rgb(162,214,254); }
div.DivClassName
{
background-color: #A2D6FE;
}
.BgClassName
{
background-color: #A2D6FE;
}
</style>
border-color css
<style>
span { border-color: #A2D6FE; }
span { border-color: rgb(162,214,254); }
td.TdClassName
{
border-color: #A2D6FE;
}
.TagClassName
{
border-color: #A2D6FE;
}
</style>