Shades of Columbia Blue #A6DBFD
Tints of Columbia Blue #A6DBFD
RGB
CMYK
RGB Variations
Color information
#A6DBFD (or 0xA6DBFD) is known color: Columbia Blue. HEX triplet: A6, DB and FD. RGB value is (166,219,253). Sum of RGB (Red+Green+Blue) = 166+219+253=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBFD is #592402. Grayscale: #CECECE. Windows color (decimal): -5841923 or 16636838. OLE color: 16636838.
HSL color Cylindrical-coordinate representation of color #A6DBFD: hue angle of 203.45º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6DBFD is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 219 | 253 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.01 |
| HSL | 203.45º | 0.96% | 0.82% | - |
| HSV(B) | 203.45º | 0.34% | 0.99% | - |
| XYZ | 58.79 | 65.86 | 102.54 | - |
| YUV | 207.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 253 | 0.34 | 0.13 | 0 | 0.01 | 203.45 | 0.96 | 0.82 |
| Hex | A6 | DB | FD | 22 | D | 0 | 1 | CB | 60 | 52 |
| Octal | 246 | 333 | 375 | 42 | 15 | 0 | 1 | 313 | 140 | 122 |
| Binary | 10100110 | 11011011 | 11111101 | 100010 | 1101 | 0 | 1 | 11001011 | 1100000 | 1010010 |
Color Harmonies of #A6DBFD
Complementary color
Monochromatic Colors of #A6DBFD
Black with #A6DBFD
Text Example
Text Example
White with #A6DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBFD; }
p { color: rgb(166,219,253); }
H1.HeaderClassName
{
color: #A6DBFD;
}
.AnyTagClassName
{
color: #A6DBFD;
}
</style>
background-color css
<style>
a { background-color: #A6DBFD; }
a { background-color: rgb(166,219,253); }
div.DivClassName
{
background-color: #A6DBFD;
}
.BgClassName
{
background-color: #A6DBFD;
}
</style>
border-color css
<style>
span { border-color: #A6DBFD; }
span { border-color: rgb(166,219,253); }
td.TdClassName
{
border-color: #A6DBFD;
}
.TagClassName
{
border-color: #A6DBFD;
}
</style>