Shades of French Pass #A6D6DC
Tints of French Pass #A6D6DC
RGB
CMYK
RGB Variations
Color information
#A6D6DC (or 0xA6D6DC) is known color: French Pass. HEX triplet: A6, D6 and DC. RGB value is (166,214,220). Sum of RGB (Red+Green+Blue) = 166+214+220=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6DC is #592923. Grayscale: #C8C8C8. Windows color (decimal): -5843236 or 14472870. OLE color: 14472870.
HSL color Cylindrical-coordinate representation of color #A6D6DC: hue angle of 186.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6D6DC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 214 | 220 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.14 |
| HSL | 186.67º | 0.44% | 0.76% | - |
| HSV(B) | 186.67º | 0.25% | 0.86% | - |
| XYZ | 52.69 | 61.37 | 76.78 | - |
| YUV | 200.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 220 | 0.25 | 0.03 | 0 | 0.14 | 186.67 | 0.44 | 0.76 |
| Hex | A6 | D6 | DC | 19 | 3 | 0 | E | BB | 2C | 4C |
| Octal | 246 | 326 | 334 | 31 | 3 | 0 | 16 | 273 | 54 | 114 |
| Binary | 10100110 | 11010110 | 11011100 | 11001 | 11 | 0 | 1110 | 10111011 | 101100 | 1001100 |
Color Harmonies of #A6D6DC
Complementary color
Monochromatic Colors of #A6D6DC
Black with #A6D6DC
Text Example
Text Example
White with #A6D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6DC; }
p { color: rgb(166,214,220); }
H1.HeaderClassName
{
color: #A6D6DC;
}
.AnyTagClassName
{
color: #A6D6DC;
}
</style>
background-color css
<style>
a { background-color: #A6D6DC; }
a { background-color: rgb(166,214,220); }
div.DivClassName
{
background-color: #A6D6DC;
}
.BgClassName
{
background-color: #A6D6DC;
}
</style>
border-color css
<style>
span { border-color: #A6D6DC; }
span { border-color: rgb(166,214,220); }
td.TdClassName
{
border-color: #A6D6DC;
}
.TagClassName
{
border-color: #A6D6DC;
}
</style>