Shades of Columbia Blue #A6DAF6
Tints of Columbia Blue #A6DAF6
RGB
CMYK
RGB Variations
Color information
#A6DAF6 (or 0xA6DAF6) is known color: Columbia Blue. HEX triplet: A6, DA and F6. RGB value is (166,218,246). Sum of RGB (Red+Green+Blue) = 166+218+246=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6DAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAF6 is #592509. Grayscale: #CDCDCD. Windows color (decimal): -5842186 or 16177830. OLE color: 16177830.
HSL color Cylindrical-coordinate representation of color #A6DAF6: hue angle of 201º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DAF6 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 218 | 246 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.04 |
| HSL | 201º | 0.82% | 0.81% | - |
| HSV(B) | 201º | 0.33% | 0.96% | - |
| XYZ | 57.43 | 64.9 | 96.69 | - |
| YUV | 205.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 246 | 0.33 | 0.11 | 0 | 0.04 | 201 | 0.82 | 0.81 |
| Hex | A6 | DA | F6 | 21 | B | 0 | 4 | C9 | 52 | 51 |
| Octal | 246 | 332 | 366 | 41 | 13 | 0 | 4 | 311 | 122 | 121 |
| Binary | 10100110 | 11011010 | 11110110 | 100001 | 1011 | 0 | 100 | 11001001 | 1010010 | 1010001 |
Color Harmonies of #A6DAF6
Complementary color
Monochromatic Colors of #A6DAF6
Black with #A6DAF6
Text Example
Text Example
White with #A6DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAF6; }
p { color: rgb(166,218,246); }
H1.HeaderClassName
{
color: #A6DAF6;
}
.AnyTagClassName
{
color: #A6DAF6;
}
</style>
background-color css
<style>
a { background-color: #A6DAF6; }
a { background-color: rgb(166,218,246); }
div.DivClassName
{
background-color: #A6DAF6;
}
.BgClassName
{
background-color: #A6DAF6;
}
</style>
border-color css
<style>
span { border-color: #A6DAF6; }
span { border-color: rgb(166,218,246); }
td.TdClassName
{
border-color: #A6DAF6;
}
.TagClassName
{
border-color: #A6DAF6;
}
</style>