Shades of Columbia Blue #A6DCFE
Tints of Columbia Blue #A6DCFE
RGB
CMYK
RGB Variations
Color information
#A6DCFE (or 0xA6DCFE) is known color: Columbia Blue. HEX triplet: A6, DC and FE. RGB value is (166,220,254). Sum of RGB (Red+Green+Blue) = 166+220+254=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCFE is #592301. Grayscale: #CFCFCF. Windows color (decimal): -5841666 or 16702630. OLE color: 16702630.
HSL color Cylindrical-coordinate representation of color #A6DCFE: hue angle of 203.18º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6DCFE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 220 | 254 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.00 |
| HSL | 203.18º | 0.98% | 0.82% | - |
| HSV(B) | 203.18º | 0.35% | 1% | - |
| XYZ | 59.21 | 66.45 | 103.47 | - |
| YUV | 207.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 254 | 0.35 | 0.13 | 0 | 0.00 | 203.18 | 0.98 | 0.82 |
| Hex | A6 | DC | FE | 23 | D | 0 | 0 | CB | 62 | 52 |
| Octal | 246 | 334 | 376 | 43 | 15 | 0 | 0 | 313 | 142 | 122 |
| Binary | 10100110 | 11011100 | 11111110 | 100011 | 1101 | 0 | 0 | 11001011 | 1100010 | 1010010 |
Color Harmonies of #A6DCFE
Complementary color
Monochromatic Colors of #A6DCFE
Black with #A6DCFE
Text Example
Text Example
White with #A6DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCFE; }
p { color: rgb(166,220,254); }
H1.HeaderClassName
{
color: #A6DCFE;
}
.AnyTagClassName
{
color: #A6DCFE;
}
</style>
background-color css
<style>
a { background-color: #A6DCFE; }
a { background-color: rgb(166,220,254); }
div.DivClassName
{
background-color: #A6DCFE;
}
.BgClassName
{
background-color: #A6DCFE;
}
</style>
border-color css
<style>
span { border-color: #A6DCFE; }
span { border-color: rgb(166,220,254); }
td.TdClassName
{
border-color: #A6DCFE;
}
.TagClassName
{
border-color: #A6DCFE;
}
</style>