Shades of French Pass #A6D3DB
Tints of French Pass #A6D3DB
RGB
CMYK
RGB Variations
Color information
#A6D3DB (or 0xA6D3DB) is known color: French Pass. HEX triplet: A6, D3 and DB. RGB value is (166,211,219). Sum of RGB (Red+Green+Blue) = 166+211+219=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3DB is #592C24. Grayscale: #C6C6C6. Windows color (decimal): -5844005 or 14406566. OLE color: 14406566.
HSL color Cylindrical-coordinate representation of color #A6D3DB: hue angle of 189.06º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D3DB is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 211 | 219 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.14 |
| HSL | 189.06º | 0.42% | 0.75% | - |
| HSV(B) | 189.06º | 0.24% | 0.86% | - |
| XYZ | 51.81 | 59.81 | 75.83 | - |
| YUV | 198.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 219 | 0.24 | 0.04 | 0 | 0.14 | 189.06 | 0.42 | 0.75 |
| Hex | A6 | D3 | DB | 18 | 4 | 0 | E | BD | 2A | 4B |
| Octal | 246 | 323 | 333 | 30 | 4 | 0 | 16 | 275 | 52 | 113 |
| Binary | 10100110 | 11010011 | 11011011 | 11000 | 100 | 0 | 1110 | 10111101 | 101010 | 1001011 |
Color Harmonies of #A6D3DB
Complementary color
Monochromatic Colors of #A6D3DB
Black with #A6D3DB
Text Example
Text Example
White with #A6D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3DB; }
p { color: rgb(166,211,219); }
H1.HeaderClassName
{
color: #A6D3DB;
}
.AnyTagClassName
{
color: #A6D3DB;
}
</style>
background-color css
<style>
a { background-color: #A6D3DB; }
a { background-color: rgb(166,211,219); }
div.DivClassName
{
background-color: #A6D3DB;
}
.BgClassName
{
background-color: #A6D3DB;
}
</style>
border-color css
<style>
span { border-color: #A6D3DB; }
span { border-color: rgb(166,211,219); }
td.TdClassName
{
border-color: #A6D3DB;
}
.TagClassName
{
border-color: #A6D3DB;
}
</style>