Shades of Columbia Blue #A6E4FF
Tints of Columbia Blue #A6E4FF
RGB
CMYK
RGB Variations
Color information
#A6E4FF (or 0xA6E4FF) is known color: Columbia Blue. HEX triplet: A6, E4 and FF. RGB value is (166,228,255). Sum of RGB (Red+Green+Blue) = 166+228+255=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E4FF is #591B00. Grayscale: #D4D4D4. Windows color (decimal): -5839617 or 16770214. OLE color: 16770214.
HSL color Cylindrical-coordinate representation of color #A6E4FF: hue angle of 198.2º 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 #A6E4FF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 228 | 255 | - |
| CMYK | 0.35 | 0.11 | 0 | 0 |
| HSL | 198.2º | 1% | 0.83% | - |
| HSV(B) | 198.2º | 0.35% | 1% | - |
| XYZ | 61.52 | 70.81 | 105.03 | - |
| YUV | 212.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 255 | 0.35 | 0.11 | 0 | 0 | 198.2 | 1 | 0.83 |
| Hex | A6 | E4 | FF | 23 | B | 0 | 0 | C6 | 64 | 53 |
| Octal | 246 | 344 | 377 | 43 | 13 | 0 | 0 | 306 | 144 | 123 |
| Binary | 10100110 | 11100100 | 11111111 | 100011 | 1011 | 0 | 0 | 11000110 | 1100100 | 1010011 |
Color Harmonies of #A6E4FF
Complementary color
Monochromatic Colors of #A6E4FF
Black with #A6E4FF
Text Example
Text Example
White with #A6E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E4FF; }
p { color: rgb(166,228,255); }
H1.HeaderClassName
{
color: #A6E4FF;
}
.AnyTagClassName
{
color: #A6E4FF;
}
</style>
background-color css
<style>
a { background-color: #A6E4FF; }
a { background-color: rgb(166,228,255); }
div.DivClassName
{
background-color: #A6E4FF;
}
.BgClassName
{
background-color: #A6E4FF;
}
</style>
border-color css
<style>
span { border-color: #A6E4FF; }
span { border-color: rgb(166,228,255); }
td.TdClassName
{
border-color: #A6E4FF;
}
.TagClassName
{
border-color: #A6E4FF;
}
</style>