Shades of Columbia Blue #A6DFF6
Tints of Columbia Blue #A6DFF6
RGB
CMYK
RGB Variations
Color information
#A6DFF6 (or 0xA6DFF6) is known color: Columbia Blue. HEX triplet: A6, DF and F6. RGB value is (166,223,246). Sum of RGB (Red+Green+Blue) = 166+223+246=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DFF6 is #592009. Grayscale: #D0D0D0. Windows color (decimal): -5840906 or 16179110. OLE color: 16179110.
HSL color Cylindrical-coordinate representation of color #A6DFF6: hue angle of 197.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DFF6 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 223 | 246 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.04 |
| HSL | 197.25º | 0.82% | 0.81% | - |
| HSV(B) | 197.25º | 0.33% | 0.96% | - |
| XYZ | 58.75 | 67.54 | 97.13 | - |
| YUV | 208.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 246 | 0.33 | 0.09 | 0 | 0.04 | 197.25 | 0.82 | 0.81 |
| Hex | A6 | DF | F6 | 21 | 9 | 0 | 4 | C5 | 52 | 51 |
| Octal | 246 | 337 | 366 | 41 | 11 | 0 | 4 | 305 | 122 | 121 |
| Binary | 10100110 | 11011111 | 11110110 | 100001 | 1001 | 0 | 100 | 11000101 | 1010010 | 1010001 |
Color Harmonies of #A6DFF6
Complementary color
Monochromatic Colors of #A6DFF6
Black with #A6DFF6
Text Example
Text Example
White with #A6DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFF6; }
p { color: rgb(166,223,246); }
H1.HeaderClassName
{
color: #A6DFF6;
}
.AnyTagClassName
{
color: #A6DFF6;
}
</style>
background-color css
<style>
a { background-color: #A6DFF6; }
a { background-color: rgb(166,223,246); }
div.DivClassName
{
background-color: #A6DFF6;
}
.BgClassName
{
background-color: #A6DFF6;
}
</style>
border-color css
<style>
span { border-color: #A6DFF6; }
span { border-color: rgb(166,223,246); }
td.TdClassName
{
border-color: #A6DFF6;
}
.TagClassName
{
border-color: #A6DFF6;
}
</style>