Shades of French Pass #A6D5DB
Tints of French Pass #A6D5DB
RGB
CMYK
RGB Variations
Color information
#A6D5DB (or 0xA6D5DB) is known color: French Pass. HEX triplet: A6, D5 and DB. RGB value is (166,213,219). Sum of RGB (Red+Green+Blue) = 166+213+219=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5DB is #592A24. Grayscale: #C7C7C7. Windows color (decimal): -5843493 or 14407078. OLE color: 14407078.
HSL color Cylindrical-coordinate representation of color #A6D5DB: hue angle of 186.79º 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 #A6D5DB is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 213 | 219 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.14 |
| HSL | 186.79º | 0.42% | 0.75% | - |
| HSV(B) | 186.79º | 0.24% | 0.86% | - |
| XYZ | 52.31 | 60.81 | 76 | - |
| YUV | 199.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 219 | 0.24 | 0.03 | 0 | 0.14 | 186.79 | 0.42 | 0.75 |
| Hex | A6 | D5 | DB | 18 | 3 | 0 | E | BB | 2A | 4B |
| Octal | 246 | 325 | 333 | 30 | 3 | 0 | 16 | 273 | 52 | 113 |
| Binary | 10100110 | 11010101 | 11011011 | 11000 | 11 | 0 | 1110 | 10111011 | 101010 | 1001011 |
Color Harmonies of #A6D5DB
Complementary color
Monochromatic Colors of #A6D5DB
Black with #A6D5DB
Text Example
Text Example
White with #A6D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5DB; }
p { color: rgb(166,213,219); }
H1.HeaderClassName
{
color: #A6D5DB;
}
.AnyTagClassName
{
color: #A6D5DB;
}
</style>
background-color css
<style>
a { background-color: #A6D5DB; }
a { background-color: rgb(166,213,219); }
div.DivClassName
{
background-color: #A6D5DB;
}
.BgClassName
{
background-color: #A6D5DB;
}
</style>
border-color css
<style>
span { border-color: #A6D5DB; }
span { border-color: rgb(166,213,219); }
td.TdClassName
{
border-color: #A6D5DB;
}
.TagClassName
{
border-color: #A6D5DB;
}
</style>