Shades of Columbia Blue #A6D8FC
Tints of Columbia Blue #A6D8FC
RGB
CMYK
RGB Variations
Color information
#A6D8FC (or 0xA6D8FC) is known color: Columbia Blue. HEX triplet: A6, D8 and FC. RGB value is (166,216,252). Sum of RGB (Red+Green+Blue) = 166+216+252=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6D8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D8FC is #592703. Grayscale: #CCCCCC. Windows color (decimal): -5842692 or 16570534. OLE color: 16570534.
HSL color Cylindrical-coordinate representation of color #A6D8FC: hue angle of 205.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D8FC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 216 | 252 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.01 |
| HSL | 205.12º | 0.93% | 0.82% | - |
| HSV(B) | 205.12º | 0.34% | 0.99% | - |
| XYZ | 57.85 | 64.25 | 101.45 | - |
| YUV | 205.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 252 | 0.34 | 0.14 | 0 | 0.01 | 205.12 | 0.93 | 0.82 |
| Hex | A6 | D8 | FC | 22 | E | 0 | 1 | CD | 5D | 52 |
| Octal | 246 | 330 | 374 | 42 | 16 | 0 | 1 | 315 | 135 | 122 |
| Binary | 10100110 | 11011000 | 11111100 | 100010 | 1110 | 0 | 1 | 11001101 | 1011101 | 1010010 |
Color Harmonies of #A6D8FC
Complementary color
Monochromatic Colors of #A6D8FC
Black with #A6D8FC
Text Example
Text Example
White with #A6D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8FC; }
p { color: rgb(166,216,252); }
H1.HeaderClassName
{
color: #A6D8FC;
}
.AnyTagClassName
{
color: #A6D8FC;
}
</style>
background-color css
<style>
a { background-color: #A6D8FC; }
a { background-color: rgb(166,216,252); }
div.DivClassName
{
background-color: #A6D8FC;
}
.BgClassName
{
background-color: #A6D8FC;
}
</style>
border-color css
<style>
span { border-color: #A6D8FC; }
span { border-color: rgb(166,216,252); }
td.TdClassName
{
border-color: #A6D8FC;
}
.TagClassName
{
border-color: #A6D8FC;
}
</style>