Shades of Columbia Blue #A6E6FF
Tints of Columbia Blue #A6E6FF
RGB
CMYK
RGB Variations
Color information
#A6E6FF (or 0xA6E6FF) is known color: Columbia Blue. HEX triplet: A6, E6 and FF. RGB value is (166,230,255). Sum of RGB (Red+Green+Blue) = 166+230+255=651 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.50% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E6FF is #591900. Grayscale: #D5D5D5. Windows color (decimal): -5839105 or 16770726. OLE color: 16770726.
HSL color Cylindrical-coordinate representation of color #A6E6FF: hue angle of 196.85º 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 #A6E6FF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 230 | 255 | - |
| CMYK | 0.35 | 0.10 | 0 | 0 |
| HSL | 196.85º | 1% | 0.83% | - |
| HSV(B) | 196.85º | 0.35% | 1% | - |
| XYZ | 62.07 | 71.92 | 105.22 | - |
| YUV | 213.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 255 | 0.35 | 0.10 | 0 | 0 | 196.85 | 1 | 0.83 |
| Hex | A6 | E6 | FF | 23 | A | 0 | 0 | C5 | 64 | 53 |
| Octal | 246 | 346 | 377 | 43 | 12 | 0 | 0 | 305 | 144 | 123 |
| Binary | 10100110 | 11100110 | 11111111 | 100011 | 1010 | 0 | 0 | 11000101 | 1100100 | 1010011 |
Color Harmonies of #A6E6FF
Complementary color
Monochromatic Colors of #A6E6FF
Black with #A6E6FF
Text Example
Text Example
White with #A6E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6FF; }
p { color: rgb(166,230,255); }
H1.HeaderClassName
{
color: #A6E6FF;
}
.AnyTagClassName
{
color: #A6E6FF;
}
</style>
background-color css
<style>
a { background-color: #A6E6FF; }
a { background-color: rgb(166,230,255); }
div.DivClassName
{
background-color: #A6E6FF;
}
.BgClassName
{
background-color: #A6E6FF;
}
</style>
border-color css
<style>
span { border-color: #A6E6FF; }
span { border-color: rgb(166,230,255); }
td.TdClassName
{
border-color: #A6E6FF;
}
.TagClassName
{
border-color: #A6E6FF;
}
</style>