Shades of Columbia Blue #A6D9FE
Tints of Columbia Blue #A6D9FE
RGB
CMYK
RGB Variations
Color information
#A6D9FE (or 0xA6D9FE) is known color: Columbia Blue. HEX triplet: A6, D9 and FE. RGB value is (166,217,254). Sum of RGB (Red+Green+Blue) = 166+217+254=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D9FE is #592601. Grayscale: #CDCDCD. Windows color (decimal): -5842434 or 16701862. OLE color: 16701862.
HSL color Cylindrical-coordinate representation of color #A6D9FE: hue angle of 205.23º 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 #A6D9FE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 217 | 254 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.00 |
| HSL | 205.23º | 0.98% | 0.82% | - |
| HSV(B) | 205.23º | 0.35% | 1% | - |
| XYZ | 58.43 | 64.89 | 103.21 | - |
| YUV | 205.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 254 | 0.35 | 0.15 | 0 | 0.00 | 205.23 | 0.98 | 0.82 |
| Hex | A6 | D9 | FE | 23 | F | 0 | 0 | CD | 62 | 52 |
| Octal | 246 | 331 | 376 | 43 | 17 | 0 | 0 | 315 | 142 | 122 |
| Binary | 10100110 | 11011001 | 11111110 | 100011 | 1111 | 0 | 0 | 11001101 | 1100010 | 1010010 |
Color Harmonies of #A6D9FE
Complementary color
Monochromatic Colors of #A6D9FE
Black with #A6D9FE
Text Example
Text Example
White with #A6D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D9FE; }
p { color: rgb(166,217,254); }
H1.HeaderClassName
{
color: #A6D9FE;
}
.AnyTagClassName
{
color: #A6D9FE;
}
</style>
background-color css
<style>
a { background-color: #A6D9FE; }
a { background-color: rgb(166,217,254); }
div.DivClassName
{
background-color: #A6D9FE;
}
.BgClassName
{
background-color: #A6D9FE;
}
</style>
border-color css
<style>
span { border-color: #A6D9FE; }
span { border-color: rgb(166,217,254); }
td.TdClassName
{
border-color: #A6D9FE;
}
.TagClassName
{
border-color: #A6D9FE;
}
</style>