Shades of Columbia Blue #A6EBFF
Tints of Columbia Blue #A6EBFF
RGB
CMYK
RGB Variations
Color information
#A6EBFF (or 0xA6EBFF) is known color: Columbia Blue. HEX triplet: A6, EB and FF. RGB value is (166,235,255). Sum of RGB (Red+Green+Blue) = 166+235+255=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBFF is #591400. Grayscale: #D8D8D8. Windows color (decimal): -5837825 or 16772006. OLE color: 16772006.
HSL color Cylindrical-coordinate representation of color #A6EBFF: hue angle of 193.48º 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 #A6EBFF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 235 | 255 | - |
| CMYK | 0.35 | 0.08 | 0 | 0 |
| HSL | 193.48º | 1% | 0.83% | - |
| HSV(B) | 193.48º | 0.35% | 1% | - |
| XYZ | 63.48 | 74.74 | 105.69 | - |
| YUV | 216.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 235 | 255 | 0.35 | 0.08 | 0 | 0 | 193.48 | 1 | 0.83 |
| Hex | A6 | EB | FF | 23 | 8 | 0 | 0 | C1 | 64 | 53 |
| Octal | 246 | 353 | 377 | 43 | 10 | 0 | 0 | 301 | 144 | 123 |
| Binary | 10100110 | 11101011 | 11111111 | 100011 | 1000 | 0 | 0 | 11000001 | 1100100 | 1010011 |
Color Harmonies of #A6EBFF
Complementary color
Monochromatic Colors of #A6EBFF
Black with #A6EBFF
Text Example
Text Example
White with #A6EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EBFF; }
p { color: rgb(166,235,255); }
H1.HeaderClassName
{
color: #A6EBFF;
}
.AnyTagClassName
{
color: #A6EBFF;
}
</style>
background-color css
<style>
a { background-color: #A6EBFF; }
a { background-color: rgb(166,235,255); }
div.DivClassName
{
background-color: #A6EBFF;
}
.BgClassName
{
background-color: #A6EBFF;
}
</style>
border-color css
<style>
span { border-color: #A6EBFF; }
span { border-color: rgb(166,235,255); }
td.TdClassName
{
border-color: #A6EBFF;
}
.TagClassName
{
border-color: #A6EBFF;
}
</style>