Shades of Columbia Blue #A6E2FA
Tints of Columbia Blue #A6E2FA
RGB
CMYK
RGB Variations
Color information
#A6E2FA (or 0xA6E2FA) is known color: Columbia Blue. HEX triplet: A6, E2 and FA. RGB value is (166,226,250). Sum of RGB (Red+Green+Blue) = 166+226+250=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E2FA is #591D05. Grayscale: #D2D2D2. Windows color (decimal): -5840134 or 16442022. OLE color: 16442022.
HSL color Cylindrical-coordinate representation of color #A6E2FA: hue angle of 197.14º 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 #A6E2FA is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 226 | 250 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.02 |
| HSL | 197.14º | 0.89% | 0.82% | - |
| HSV(B) | 197.14º | 0.34% | 0.98% | - |
| XYZ | 60.18 | 69.4 | 100.67 | - |
| YUV | 210.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 250 | 0.34 | 0.10 | 0 | 0.02 | 197.14 | 0.89 | 0.82 |
| Hex | A6 | E2 | FA | 22 | A | 0 | 2 | C5 | 59 | 52 |
| Octal | 246 | 342 | 372 | 42 | 12 | 0 | 2 | 305 | 131 | 122 |
| Binary | 10100110 | 11100010 | 11111010 | 100010 | 1010 | 0 | 10 | 11000101 | 1011001 | 1010010 |
Color Harmonies of #A6E2FA
Complementary color
Monochromatic Colors of #A6E2FA
Black with #A6E2FA
Text Example
Text Example
White with #A6E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E2FA; }
p { color: rgb(166,226,250); }
H1.HeaderClassName
{
color: #A6E2FA;
}
.AnyTagClassName
{
color: #A6E2FA;
}
</style>
background-color css
<style>
a { background-color: #A6E2FA; }
a { background-color: rgb(166,226,250); }
div.DivClassName
{
background-color: #A6E2FA;
}
.BgClassName
{
background-color: #A6E2FA;
}
</style>
border-color css
<style>
span { border-color: #A6E2FA; }
span { border-color: rgb(166,226,250); }
td.TdClassName
{
border-color: #A6E2FA;
}
.TagClassName
{
border-color: #A6E2FA;
}
</style>