Shades of Columbia Blue #A6DFFE
Tints of Columbia Blue #A6DFFE
RGB
CMYK
RGB Variations
Color information
#A6DFFE (or 0xA6DFFE) is known color: Columbia Blue. HEX triplet: A6, DF and FE. RGB value is (166,223,254). Sum of RGB (Red+Green+Blue) = 166+223+254=643 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.82% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DFFE is #592001. Grayscale: #D1D1D1. Windows color (decimal): -5840898 or 16703398. OLE color: 16703398.
HSL color Cylindrical-coordinate representation of color #A6DFFE: hue angle of 201.14º 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 #A6DFFE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 223 | 254 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.00 |
| HSL | 201.14º | 0.98% | 0.82% | - |
| HSV(B) | 201.14º | 0.35% | 1% | - |
| XYZ | 60 | 68.04 | 103.74 | - |
| YUV | 209.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 254 | 0.35 | 0.12 | 0 | 0.00 | 201.14 | 0.98 | 0.82 |
| Hex | A6 | DF | FE | 23 | C | 0 | 0 | C9 | 62 | 52 |
| Octal | 246 | 337 | 376 | 43 | 14 | 0 | 0 | 311 | 142 | 122 |
| Binary | 10100110 | 11011111 | 11111110 | 100011 | 1100 | 0 | 0 | 11001001 | 1100010 | 1010010 |
Color Harmonies of #A6DFFE
Complementary color
Monochromatic Colors of #A6DFFE
Black with #A6DFFE
Text Example
Text Example
White with #A6DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFFE; }
p { color: rgb(166,223,254); }
H1.HeaderClassName
{
color: #A6DFFE;
}
.AnyTagClassName
{
color: #A6DFFE;
}
</style>
background-color css
<style>
a { background-color: #A6DFFE; }
a { background-color: rgb(166,223,254); }
div.DivClassName
{
background-color: #A6DFFE;
}
.BgClassName
{
background-color: #A6DFFE;
}
</style>
border-color css
<style>
span { border-color: #A6DFFE; }
span { border-color: rgb(166,223,254); }
td.TdClassName
{
border-color: #A6DFFE;
}
.TagClassName
{
border-color: #A6DFFE;
}
</style>