Shades of Columbia Blue #A6E2F8
Tints of Columbia Blue #A6E2F8
RGB
CMYK
RGB Variations
Color information
#A6E2F8 (or 0xA6E2F8) is known color: Columbia Blue. HEX triplet: A6, E2 and F8. RGB value is (166,226,248). Sum of RGB (Red+Green+Blue) = 166+226+248=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6E2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E2F8 is #591D07. Grayscale: #D2D2D2. Windows color (decimal): -5840136 or 16310950. OLE color: 16310950.
HSL color Cylindrical-coordinate representation of color #A6E2F8: hue angle of 196.1º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6E2F8 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 226 | 248 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.03 |
| HSL | 196.1º | 0.85% | 0.81% | - |
| HSV(B) | 196.1º | 0.33% | 0.97% | - |
| XYZ | 59.87 | 69.28 | 99.02 | - |
| YUV | 210.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 248 | 0.33 | 0.09 | 0 | 0.03 | 196.1 | 0.85 | 0.81 |
| Hex | A6 | E2 | F8 | 21 | 9 | 0 | 3 | C4 | 55 | 51 |
| Octal | 246 | 342 | 370 | 41 | 11 | 0 | 3 | 304 | 125 | 121 |
| Binary | 10100110 | 11100010 | 11111000 | 100001 | 1001 | 0 | 11 | 11000100 | 1010101 | 1010001 |
Color Harmonies of #A6E2F8
Complementary color
Monochromatic Colors of #A6E2F8
Black with #A6E2F8
Text Example
Text Example
White with #A6E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E2F8; }
p { color: rgb(166,226,248); }
H1.HeaderClassName
{
color: #A6E2F8;
}
.AnyTagClassName
{
color: #A6E2F8;
}
</style>
background-color css
<style>
a { background-color: #A6E2F8; }
a { background-color: rgb(166,226,248); }
div.DivClassName
{
background-color: #A6E2F8;
}
.BgClassName
{
background-color: #A6E2F8;
}
</style>
border-color css
<style>
span { border-color: #A6E2F8; }
span { border-color: rgb(166,226,248); }
td.TdClassName
{
border-color: #A6E2F8;
}
.TagClassName
{
border-color: #A6E2F8;
}
</style>