Shades of Columbia Blue #A6DDFF
Tints of Columbia Blue #A6DDFF
RGB
CMYK
RGB Variations
Color information
#A6DDFF (or 0xA6DDFF) is known color: Columbia Blue. HEX triplet: A6, DD and FF. RGB value is (166,221,255). Sum of RGB (Red+Green+Blue) = 166+221+255=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDFF is #592200. Grayscale: #D0D0D0. Windows color (decimal): -5841409 or 16768422. OLE color: 16768422.
HSL color Cylindrical-coordinate representation of color #A6DDFF: hue angle of 202.92º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6DDFF is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 221 | 255 | - |
| CMYK | 0.35 | 0.13 | 0 | 0 |
| HSL | 202.92º | 1% | 0.83% | - |
| HSV(B) | 202.92º | 0.35% | 1% | - |
| XYZ | 59.63 | 67.04 | 104.4 | - |
| YUV | 208.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 255 | 0.35 | 0.13 | 0 | 0 | 202.92 | 1 | 0.83 |
| Hex | A6 | DD | FF | 23 | D | 0 | 0 | CB | 64 | 53 |
| Octal | 246 | 335 | 377 | 43 | 15 | 0 | 0 | 313 | 144 | 123 |
| Binary | 10100110 | 11011101 | 11111111 | 100011 | 1101 | 0 | 0 | 11001011 | 1100100 | 1010011 |
Color Harmonies of #A6DDFF
Complementary color
Monochromatic Colors of #A6DDFF
Black with #A6DDFF
Text Example
Text Example
White with #A6DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDFF; }
p { color: rgb(166,221,255); }
H1.HeaderClassName
{
color: #A6DDFF;
}
.AnyTagClassName
{
color: #A6DDFF;
}
</style>
background-color css
<style>
a { background-color: #A6DDFF; }
a { background-color: rgb(166,221,255); }
div.DivClassName
{
background-color: #A6DDFF;
}
.BgClassName
{
background-color: #A6DDFF;
}
</style>
border-color css
<style>
span { border-color: #A6DDFF; }
span { border-color: rgb(166,221,255); }
td.TdClassName
{
border-color: #A6DDFF;
}
.TagClassName
{
border-color: #A6DDFF;
}
</style>