Shades of Columbia Blue #A6DBFE
Tints of Columbia Blue #A6DBFE
RGB
CMYK
RGB Variations
Color information
#A6DBFE (or 0xA6DBFE) is known color: Columbia Blue. HEX triplet: A6, DB and FE. RGB value is (166,219,254). Sum of RGB (Red+Green+Blue) = 166+219+254=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBFE is #592401. Grayscale: #CECECE. Windows color (decimal): -5841922 or 16702374. OLE color: 16702374.
HSL color Cylindrical-coordinate representation of color #A6DBFE: hue angle of 203.86º 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 #A6DBFE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 219 | 254 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.00 |
| HSL | 203.86º | 0.98% | 0.82% | - |
| HSV(B) | 203.86º | 0.35% | 1% | - |
| XYZ | 58.95 | 65.93 | 103.38 | - |
| YUV | 207.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 254 | 0.35 | 0.14 | 0 | 0.00 | 203.86 | 0.98 | 0.82 |
| Hex | A6 | DB | FE | 23 | E | 0 | 0 | CC | 62 | 52 |
| Octal | 246 | 333 | 376 | 43 | 16 | 0 | 0 | 314 | 142 | 122 |
| Binary | 10100110 | 11011011 | 11111110 | 100011 | 1110 | 0 | 0 | 11001100 | 1100010 | 1010010 |
Color Harmonies of #A6DBFE
Complementary color
Monochromatic Colors of #A6DBFE
Black with #A6DBFE
Text Example
Text Example
White with #A6DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBFE; }
p { color: rgb(166,219,254); }
H1.HeaderClassName
{
color: #A6DBFE;
}
.AnyTagClassName
{
color: #A6DBFE;
}
</style>
background-color css
<style>
a { background-color: #A6DBFE; }
a { background-color: rgb(166,219,254); }
div.DivClassName
{
background-color: #A6DBFE;
}
.BgClassName
{
background-color: #A6DBFE;
}
</style>
border-color css
<style>
span { border-color: #A6DBFE; }
span { border-color: rgb(166,219,254); }
td.TdClassName
{
border-color: #A6DBFE;
}
.TagClassName
{
border-color: #A6DBFE;
}
</style>