Shades of Columbia Blue #A6E1F9
Tints of Columbia Blue #A6E1F9
RGB
CMYK
RGB Variations
Color information
#A6E1F9 (or 0xA6E1F9) is known color: Columbia Blue. HEX triplet: A6, E1 and F9. RGB value is (166,225,249). Sum of RGB (Red+Green+Blue) = 166+225+249=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E1F9 is #591E06. Grayscale: #D1D1D1. Windows color (decimal): -5840391 or 16376230. OLE color: 16376230.
HSL color Cylindrical-coordinate representation of color #A6E1F9: hue angle of 197.35º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6E1F9 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 225 | 249 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.02 |
| HSL | 197.35º | 0.87% | 0.81% | - |
| HSV(B) | 197.35º | 0.33% | 0.98% | - |
| XYZ | 59.75 | 68.8 | 99.75 | - |
| YUV | 210.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 249 | 0.33 | 0.10 | 0 | 0.02 | 197.35 | 0.87 | 0.81 |
| Hex | A6 | E1 | F9 | 21 | A | 0 | 2 | C5 | 57 | 51 |
| Octal | 246 | 341 | 371 | 41 | 12 | 0 | 2 | 305 | 127 | 121 |
| Binary | 10100110 | 11100001 | 11111001 | 100001 | 1010 | 0 | 10 | 11000101 | 1010111 | 1010001 |
Color Harmonies of #A6E1F9
Complementary color
Monochromatic Colors of #A6E1F9
Black with #A6E1F9
Text Example
Text Example
White with #A6E1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E1F9; }
p { color: rgb(166,225,249); }
H1.HeaderClassName
{
color: #A6E1F9;
}
.AnyTagClassName
{
color: #A6E1F9;
}
</style>
background-color css
<style>
a { background-color: #A6E1F9; }
a { background-color: rgb(166,225,249); }
div.DivClassName
{
background-color: #A6E1F9;
}
.BgClassName
{
background-color: #A6E1F9;
}
</style>
border-color css
<style>
span { border-color: #A6E1F9; }
span { border-color: rgb(166,225,249); }
td.TdClassName
{
border-color: #A6E1F9;
}
.TagClassName
{
border-color: #A6E1F9;
}
</style>