Shades of Columbia Blue #A6E9FF
Tints of Columbia Blue #A6E9FF
RGB
CMYK
RGB Variations
Color information
#A6E9FF (or 0xA6E9FF) is known color: Columbia Blue. HEX triplet: A6, E9 and FF. RGB value is (166,233,255). Sum of RGB (Red+Green+Blue) = 166+233+255=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6E9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E9FF is #591600. Grayscale: #D7D7D7. Windows color (decimal): -5838337 or 16771494. OLE color: 16771494.
HSL color Cylindrical-coordinate representation of color #A6E9FF: hue angle of 194.83º 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 #A6E9FF is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 233 | 255 | - |
| CMYK | 0.35 | 0.09 | 0 | 0 |
| HSL | 194.83º | 1% | 0.83% | - |
| HSV(B) | 194.83º | 0.35% | 1% | - |
| XYZ | 62.91 | 73.6 | 105.5 | - |
| YUV | 215.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 255 | 0.35 | 0.09 | 0 | 0 | 194.83 | 1 | 0.83 |
| Hex | A6 | E9 | FF | 23 | 9 | 0 | 0 | C3 | 64 | 53 |
| Octal | 246 | 351 | 377 | 43 | 11 | 0 | 0 | 303 | 144 | 123 |
| Binary | 10100110 | 11101001 | 11111111 | 100011 | 1001 | 0 | 0 | 11000011 | 1100100 | 1010011 |
Color Harmonies of #A6E9FF
Complementary color
Monochromatic Colors of #A6E9FF
Black with #A6E9FF
Text Example
Text Example
White with #A6E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9FF; }
p { color: rgb(166,233,255); }
H1.HeaderClassName
{
color: #A6E9FF;
}
.AnyTagClassName
{
color: #A6E9FF;
}
</style>
background-color css
<style>
a { background-color: #A6E9FF; }
a { background-color: rgb(166,233,255); }
div.DivClassName
{
background-color: #A6E9FF;
}
.BgClassName
{
background-color: #A6E9FF;
}
</style>
border-color css
<style>
span { border-color: #A6E9FF; }
span { border-color: rgb(166,233,255); }
td.TdClassName
{
border-color: #A6E9FF;
}
.TagClassName
{
border-color: #A6E9FF;
}
</style>