Shades of Columbia Blue #A6E8FF
Tints of Columbia Blue #A6E8FF
RGB
CMYK
RGB Variations
Color information
#A6E8FF (or 0xA6E8FF) is known color: Columbia Blue. HEX triplet: A6, E8 and FF. RGB value is (166,232,255). Sum of RGB (Red+Green+Blue) = 166+232+255=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6E8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E8FF is #591700. Grayscale: #D6D6D6. Windows color (decimal): -5838593 or 16771238. OLE color: 16771238.
HSL color Cylindrical-coordinate representation of color #A6E8FF: hue angle of 195.51º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6E8FF is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 232 | 255 | - |
| CMYK | 0.35 | 0.09 | 0 | 0 |
| HSL | 195.51º | 1% | 0.83% | - |
| HSV(B) | 195.51º | 0.35% | 1% | - |
| XYZ | 62.63 | 73.04 | 105.4 | - |
| YUV | 214.89 | 150.63 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 232 | 255 | 0.35 | 0.09 | 0 | 0 | 195.51 | 1 | 0.83 |
| Hex | A6 | E8 | FF | 23 | 9 | 0 | 0 | C4 | 64 | 53 |
| Octal | 246 | 350 | 377 | 43 | 11 | 0 | 0 | 304 | 144 | 123 |
| Binary | 10100110 | 11101000 | 11111111 | 100011 | 1001 | 0 | 0 | 11000100 | 1100100 | 1010011 |
Color Harmonies of #A6E8FF
Complementary color
Monochromatic Colors of #A6E8FF
Black with #A6E8FF
Text Example
Text Example
White with #A6E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E8FF; }
p { color: rgb(166,232,255); }
H1.HeaderClassName
{
color: #A6E8FF;
}
.AnyTagClassName
{
color: #A6E8FF;
}
</style>
background-color css
<style>
a { background-color: #A6E8FF; }
a { background-color: rgb(166,232,255); }
div.DivClassName
{
background-color: #A6E8FF;
}
.BgClassName
{
background-color: #A6E8FF;
}
</style>
border-color css
<style>
span { border-color: #A6E8FF; }
span { border-color: rgb(166,232,255); }
td.TdClassName
{
border-color: #A6E8FF;
}
.TagClassName
{
border-color: #A6E8FF;
}
</style>