Shades of Columbia Blue #A6E3FC
Tints of Columbia Blue #A6E3FC
RGB
CMYK
RGB Variations
Color information
#A6E3FC (or 0xA6E3FC) is known color: Columbia Blue. HEX triplet: A6, E3 and FC. RGB value is (166,227,252). Sum of RGB (Red+Green+Blue) = 166+227+252=645 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.74% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6E3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E3FC is #591C03. Grayscale: #D3D3D3. Windows color (decimal): -5839876 or 16573350. OLE color: 16573350.
HSL color Cylindrical-coordinate representation of color #A6E3FC: hue angle of 197.44º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6E3FC is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 227 | 252 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.01 |
| HSL | 197.44º | 0.93% | 0.82% | - |
| HSV(B) | 197.44º | 0.34% | 0.99% | - |
| XYZ | 60.77 | 70.07 | 102.42 | - |
| YUV | 211.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 252 | 0.34 | 0.10 | 0 | 0.01 | 197.44 | 0.93 | 0.82 |
| Hex | A6 | E3 | FC | 22 | A | 0 | 1 | C5 | 5D | 52 |
| Octal | 246 | 343 | 374 | 42 | 12 | 0 | 1 | 305 | 135 | 122 |
| Binary | 10100110 | 11100011 | 11111100 | 100010 | 1010 | 0 | 1 | 11000101 | 1011101 | 1010010 |
Color Harmonies of #A6E3FC
Complementary color
Monochromatic Colors of #A6E3FC
Black with #A6E3FC
Text Example
Text Example
White with #A6E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3FC; }
p { color: rgb(166,227,252); }
H1.HeaderClassName
{
color: #A6E3FC;
}
.AnyTagClassName
{
color: #A6E3FC;
}
</style>
background-color css
<style>
a { background-color: #A6E3FC; }
a { background-color: rgb(166,227,252); }
div.DivClassName
{
background-color: #A6E3FC;
}
.BgClassName
{
background-color: #A6E3FC;
}
</style>
border-color css
<style>
span { border-color: #A6E3FC; }
span { border-color: rgb(166,227,252); }
td.TdClassName
{
border-color: #A6E3FC;
}
.TagClassName
{
border-color: #A6E3FC;
}
</style>