Shades of Columbia Blue #A2DCF6
Tints of Columbia Blue #A2DCF6
RGB
CMYK
RGB Variations
Color information
#A2DCF6 (or 0xA2DCF6) is known color: Columbia Blue. HEX triplet: A2, DC and F6. RGB value is (162,220,246). Sum of RGB (Red+Green+Blue) = 162+220+246=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #A2DCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCF6 is #5D2309. Grayscale: #CDCDCD. Windows color (decimal): -6103818 or 16178338. OLE color: 16178338.
HSL color Cylindrical-coordinate representation of color #A2DCF6: hue angle of 198.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2DCF6 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 220 | 246 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.04 |
| HSL | 198.57º | 0.82% | 0.8% | - |
| HSV(B) | 198.57º | 0.34% | 0.96% | - |
| XYZ | 57.13 | 65.52 | 96.82 | - |
| YUV | 205.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 246 | 0.34 | 0.11 | 0 | 0.04 | 198.57 | 0.82 | 0.8 |
| Hex | A2 | DC | F6 | 22 | B | 0 | 4 | C7 | 52 | 50 |
| Octal | 242 | 334 | 366 | 42 | 13 | 0 | 4 | 307 | 122 | 120 |
| Binary | 10100010 | 11011100 | 11110110 | 100010 | 1011 | 0 | 100 | 11000111 | 1010010 | 1010000 |
Color Harmonies of #A2DCF6
Complementary color
Monochromatic Colors of #A2DCF6
Black with #A2DCF6
Text Example
Text Example
White with #A2DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCF6; }
p { color: rgb(162,220,246); }
H1.HeaderClassName
{
color: #A2DCF6;
}
.AnyTagClassName
{
color: #A2DCF6;
}
</style>
background-color css
<style>
a { background-color: #A2DCF6; }
a { background-color: rgb(162,220,246); }
div.DivClassName
{
background-color: #A2DCF6;
}
.BgClassName
{
background-color: #A2DCF6;
}
</style>
border-color css
<style>
span { border-color: #A2DCF6; }
span { border-color: rgb(162,220,246); }
td.TdClassName
{
border-color: #A2DCF6;
}
.TagClassName
{
border-color: #A2DCF6;
}
</style>