Shades of Columbia Blue #A6DBFC
Tints of Columbia Blue #A6DBFC
RGB
CMYK
RGB Variations
Color information
#A6DBFC (or 0xA6DBFC) is known color: Columbia Blue. HEX triplet: A6, DB and FC. RGB value is (166,219,252). Sum of RGB (Red+Green+Blue) = 166+219+252=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBFC is #592403. Grayscale: #CECECE. Windows color (decimal): -5841924 or 16571302. OLE color: 16571302.
HSL color Cylindrical-coordinate representation of color #A6DBFC: hue angle of 203.02º degrees, saturation: 0.93, 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 #A6DBFC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 219 | 252 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.01 |
| HSL | 203.02º | 0.93% | 0.82% | - |
| HSV(B) | 203.02º | 0.34% | 0.99% | - |
| XYZ | 58.63 | 65.8 | 101.71 | - |
| YUV | 206.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 252 | 0.34 | 0.13 | 0 | 0.01 | 203.02 | 0.93 | 0.82 |
| Hex | A6 | DB | FC | 22 | D | 0 | 1 | CB | 5D | 52 |
| Octal | 246 | 333 | 374 | 42 | 15 | 0 | 1 | 313 | 135 | 122 |
| Binary | 10100110 | 11011011 | 11111100 | 100010 | 1101 | 0 | 1 | 11001011 | 1011101 | 1010010 |
Color Harmonies of #A6DBFC
Complementary color
Monochromatic Colors of #A6DBFC
Black with #A6DBFC
Text Example
Text Example
White with #A6DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBFC; }
p { color: rgb(166,219,252); }
H1.HeaderClassName
{
color: #A6DBFC;
}
.AnyTagClassName
{
color: #A6DBFC;
}
</style>
background-color css
<style>
a { background-color: #A6DBFC; }
a { background-color: rgb(166,219,252); }
div.DivClassName
{
background-color: #A6DBFC;
}
.BgClassName
{
background-color: #A6DBFC;
}
</style>
border-color css
<style>
span { border-color: #A6DBFC; }
span { border-color: rgb(166,219,252); }
td.TdClassName
{
border-color: #A6DBFC;
}
.TagClassName
{
border-color: #A6DBFC;
}
</style>