Shades of French Pass #A6D2DB
Tints of French Pass #A6D2DB
RGB
CMYK
RGB Variations
Color information
#A6D2DB (or 0xA6D2DB) is known color: French Pass. HEX triplet: A6, D2 and DB. RGB value is (166,210,219). Sum of RGB (Red+Green+Blue) = 166+210+219=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2DB is #592D24. Grayscale: #C5C5C5. Windows color (decimal): -5844261 or 14406310. OLE color: 14406310.
HSL color Cylindrical-coordinate representation of color #A6D2DB: hue angle of 190.19º 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 #A6D2DB is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 210 | 219 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.14 |
| HSL | 190.19º | 0.42% | 0.75% | - |
| HSV(B) | 190.19º | 0.24% | 0.86% | - |
| XYZ | 51.56 | 59.31 | 75.75 | - |
| YUV | 197.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 219 | 0.24 | 0.04 | 0 | 0.14 | 190.19 | 0.42 | 0.75 |
| Hex | A6 | D2 | DB | 18 | 4 | 0 | E | BE | 2A | 4B |
| Octal | 246 | 322 | 333 | 30 | 4 | 0 | 16 | 276 | 52 | 113 |
| Binary | 10100110 | 11010010 | 11011011 | 11000 | 100 | 0 | 1110 | 10111110 | 101010 | 1001011 |
Color Harmonies of #A6D2DB
Complementary color
Monochromatic Colors of #A6D2DB
Black with #A6D2DB
Text Example
Text Example
White with #A6D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2DB; }
p { color: rgb(166,210,219); }
H1.HeaderClassName
{
color: #A6D2DB;
}
.AnyTagClassName
{
color: #A6D2DB;
}
</style>
background-color css
<style>
a { background-color: #A6D2DB; }
a { background-color: rgb(166,210,219); }
div.DivClassName
{
background-color: #A6D2DB;
}
.BgClassName
{
background-color: #A6D2DB;
}
</style>
border-color css
<style>
span { border-color: #A6D2DB; }
span { border-color: rgb(166,210,219); }
td.TdClassName
{
border-color: #A6D2DB;
}
.TagClassName
{
border-color: #A6D2DB;
}
</style>