Shades of Columbia Blue #A6D7FE
Tints of Columbia Blue #A6D7FE
RGB
CMYK
RGB Variations
Color information
#A6D7FE (or 0xA6D7FE) is known color: Columbia Blue. HEX triplet: A6, D7 and FE. RGB value is (166,215,254). Sum of RGB (Red+Green+Blue) = 166+215+254=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D7FE is #592801. Grayscale: #CCCCCC. Windows color (decimal): -5842946 or 16701350. OLE color: 16701350.
HSL color Cylindrical-coordinate representation of color #A6D7FE: hue angle of 206.59º 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 #A6D7FE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 215 | 254 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.00 |
| HSL | 206.59º | 0.98% | 0.82% | - |
| HSV(B) | 206.59º | 0.35% | 1% | - |
| XYZ | 57.92 | 63.86 | 103.04 | - |
| YUV | 204.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 254 | 0.35 | 0.15 | 0 | 0.00 | 206.59 | 0.98 | 0.82 |
| Hex | A6 | D7 | FE | 23 | F | 0 | 0 | CF | 62 | 52 |
| Octal | 246 | 327 | 376 | 43 | 17 | 0 | 0 | 317 | 142 | 122 |
| Binary | 10100110 | 11010111 | 11111110 | 100011 | 1111 | 0 | 0 | 11001111 | 1100010 | 1010010 |
Color Harmonies of #A6D7FE
Complementary color
Monochromatic Colors of #A6D7FE
Black with #A6D7FE
Text Example
Text Example
White with #A6D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7FE; }
p { color: rgb(166,215,254); }
H1.HeaderClassName
{
color: #A6D7FE;
}
.AnyTagClassName
{
color: #A6D7FE;
}
</style>
background-color css
<style>
a { background-color: #A6D7FE; }
a { background-color: rgb(166,215,254); }
div.DivClassName
{
background-color: #A6D7FE;
}
.BgClassName
{
background-color: #A6D7FE;
}
</style>
border-color css
<style>
span { border-color: #A6D7FE; }
span { border-color: rgb(166,215,254); }
td.TdClassName
{
border-color: #A6D7FE;
}
.TagClassName
{
border-color: #A6D7FE;
}
</style>