Shades of Columbia Blue #A6DAFA
Tints of Columbia Blue #A6DAFA
RGB
CMYK
RGB Variations
Color information
#A6DAFA (or 0xA6DAFA) is known color: Columbia Blue. HEX triplet: A6, DA and FA. RGB value is (166,218,250). Sum of RGB (Red+Green+Blue) = 166+218+250=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAFA is #592505. Grayscale: #CDCDCD. Windows color (decimal): -5842182 or 16439974. OLE color: 16439974.
HSL color Cylindrical-coordinate representation of color #A6DAFA: hue angle of 202.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6DAFA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 218 | 250 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.02 |
| HSL | 202.86º | 0.89% | 0.82% | - |
| HSV(B) | 202.86º | 0.34% | 0.98% | - |
| XYZ | 58.05 | 65.15 | 99.96 | - |
| YUV | 206.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 250 | 0.34 | 0.13 | 0 | 0.02 | 202.86 | 0.89 | 0.82 |
| Hex | A6 | DA | FA | 22 | D | 0 | 2 | CB | 59 | 52 |
| Octal | 246 | 332 | 372 | 42 | 15 | 0 | 2 | 313 | 131 | 122 |
| Binary | 10100110 | 11011010 | 11111010 | 100010 | 1101 | 0 | 10 | 11001011 | 1011001 | 1010010 |
Color Harmonies of #A6DAFA
Complementary color
Monochromatic Colors of #A6DAFA
Black with #A6DAFA
Text Example
Text Example
White with #A6DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAFA; }
p { color: rgb(166,218,250); }
H1.HeaderClassName
{
color: #A6DAFA;
}
.AnyTagClassName
{
color: #A6DAFA;
}
</style>
background-color css
<style>
a { background-color: #A6DAFA; }
a { background-color: rgb(166,218,250); }
div.DivClassName
{
background-color: #A6DAFA;
}
.BgClassName
{
background-color: #A6DAFA;
}
</style>
border-color css
<style>
span { border-color: #A6DAFA; }
span { border-color: rgb(166,218,250); }
td.TdClassName
{
border-color: #A6DAFA;
}
.TagClassName
{
border-color: #A6DAFA;
}
</style>