Shades of Columbia Blue #A6DBFB
Tints of Columbia Blue #A6DBFB
RGB
CMYK
RGB Variations
Color information
#A6DBFB (or 0xA6DBFB) is known color: Columbia Blue. HEX triplet: A6, DB and FB. RGB value is (166,219,251). Sum of RGB (Red+Green+Blue) = 166+219+251=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBFB is #592404. Grayscale: #CECECE. Windows color (decimal): -5841925 or 16505766. OLE color: 16505766.
HSL color Cylindrical-coordinate representation of color #A6DBFB: hue angle of 202.59º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6DBFB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 219 | 251 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.02 |
| HSL | 202.59º | 0.91% | 0.82% | - |
| HSV(B) | 202.59º | 0.34% | 0.98% | - |
| XYZ | 58.47 | 65.74 | 100.87 | - |
| YUV | 206.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 251 | 0.34 | 0.13 | 0 | 0.02 | 202.59 | 0.91 | 0.82 |
| Hex | A6 | DB | FB | 22 | D | 0 | 2 | CB | 5B | 52 |
| Octal | 246 | 333 | 373 | 42 | 15 | 0 | 2 | 313 | 133 | 122 |
| Binary | 10100110 | 11011011 | 11111011 | 100010 | 1101 | 0 | 10 | 11001011 | 1011011 | 1010010 |
Color Harmonies of #A6DBFB
Complementary color
Monochromatic Colors of #A6DBFB
Black with #A6DBFB
Text Example
Text Example
White with #A6DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBFB; }
p { color: rgb(166,219,251); }
H1.HeaderClassName
{
color: #A6DBFB;
}
.AnyTagClassName
{
color: #A6DBFB;
}
</style>
background-color css
<style>
a { background-color: #A6DBFB; }
a { background-color: rgb(166,219,251); }
div.DivClassName
{
background-color: #A6DBFB;
}
.BgClassName
{
background-color: #A6DBFB;
}
</style>
border-color css
<style>
span { border-color: #A6DBFB; }
span { border-color: rgb(166,219,251); }
td.TdClassName
{
border-color: #A6DBFB;
}
.TagClassName
{
border-color: #A6DBFB;
}
</style>