Shades of Columbia Blue #A6E2FE
Tints of Columbia Blue #A6E2FE
RGB
CMYK
RGB Variations
Color information
#A6E2FE (or 0xA6E2FE) is known color: Columbia Blue. HEX triplet: A6, E2 and FE. RGB value is (166,226,254). Sum of RGB (Red+Green+Blue) = 166+226+254=646 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.70% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E2FE is #591D01. Grayscale: #D3D3D3. Windows color (decimal): -5840130 or 16704166. OLE color: 16704166.
HSL color Cylindrical-coordinate representation of color #A6E2FE: hue angle of 199.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6E2FE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 226 | 254 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.00 |
| HSL | 199.09º | 0.98% | 0.82% | - |
| HSV(B) | 199.09º | 0.35% | 1% | - |
| XYZ | 60.81 | 69.66 | 104.01 | - |
| YUV | 211.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 254 | 0.35 | 0.11 | 0 | 0.00 | 199.09 | 0.98 | 0.82 |
| Hex | A6 | E2 | FE | 23 | B | 0 | 0 | C7 | 62 | 52 |
| Octal | 246 | 342 | 376 | 43 | 13 | 0 | 0 | 307 | 142 | 122 |
| Binary | 10100110 | 11100010 | 11111110 | 100011 | 1011 | 0 | 0 | 11000111 | 1100010 | 1010010 |
Color Harmonies of #A6E2FE
Complementary color
Monochromatic Colors of #A6E2FE
Black with #A6E2FE
Text Example
Text Example
White with #A6E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E2FE; }
p { color: rgb(166,226,254); }
H1.HeaderClassName
{
color: #A6E2FE;
}
.AnyTagClassName
{
color: #A6E2FE;
}
</style>
background-color css
<style>
a { background-color: #A6E2FE; }
a { background-color: rgb(166,226,254); }
div.DivClassName
{
background-color: #A6E2FE;
}
.BgClassName
{
background-color: #A6E2FE;
}
</style>
border-color css
<style>
span { border-color: #A6E2FE; }
span { border-color: rgb(166,226,254); }
td.TdClassName
{
border-color: #A6E2FE;
}
.TagClassName
{
border-color: #A6E2FE;
}
</style>