Shades of Columbia Blue #A6DCF5
Tints of Columbia Blue #A6DCF5
RGB
CMYK
RGB Variations
Color information
#A6DCF5 (or 0xA6DCF5) is known color: Columbia Blue. HEX triplet: A6, DC and F5. RGB value is (166,220,245). Sum of RGB (Red+Green+Blue) = 166+220+245=631 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.31% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #A6DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCF5 is #59230A. Grayscale: #CECECE. Windows color (decimal): -5841675 or 16112806. OLE color: 16112806.
HSL color Cylindrical-coordinate representation of color #A6DCF5: hue angle of 198.99º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6DCF5 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 220 | 245 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.04 |
| HSL | 198.99º | 0.8% | 0.81% | - |
| HSV(B) | 198.99º | 0.32% | 0.96% | - |
| XYZ | 57.8 | 65.89 | 96.06 | - |
| YUV | 206.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 245 | 0.32 | 0.10 | 0 | 0.04 | 198.99 | 0.8 | 0.81 |
| Hex | A6 | DC | F5 | 20 | A | 0 | 4 | C7 | 50 | 51 |
| Octal | 246 | 334 | 365 | 40 | 12 | 0 | 4 | 307 | 120 | 121 |
| Binary | 10100110 | 11011100 | 11110101 | 100000 | 1010 | 0 | 100 | 11000111 | 1010000 | 1010001 |
Color Harmonies of #A6DCF5
Complementary color
Monochromatic Colors of #A6DCF5
Black with #A6DCF5
Text Example
Text Example
White with #A6DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCF5; }
p { color: rgb(166,220,245); }
H1.HeaderClassName
{
color: #A6DCF5;
}
.AnyTagClassName
{
color: #A6DCF5;
}
</style>
background-color css
<style>
a { background-color: #A6DCF5; }
a { background-color: rgb(166,220,245); }
div.DivClassName
{
background-color: #A6DCF5;
}
.BgClassName
{
background-color: #A6DCF5;
}
</style>
border-color css
<style>
span { border-color: #A6DCF5; }
span { border-color: rgb(166,220,245); }
td.TdClassName
{
border-color: #A6DCF5;
}
.TagClassName
{
border-color: #A6DCF5;
}
</style>