Shades of French Pass #A6D5DD
Tints of French Pass #A6D5DD
RGB
CMYK
RGB Variations
Color information
#A6D5DD (or 0xA6D5DD) is known color: French Pass. HEX triplet: A6, D5 and DD. RGB value is (166,213,221). Sum of RGB (Red+Green+Blue) = 166+213+221=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6D5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5DD is #592A22. Grayscale: #C7C7C7. Windows color (decimal): -5843491 or 14538150. OLE color: 14538150.
HSL color Cylindrical-coordinate representation of color #A6D5DD: hue angle of 188.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6D5DD is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 213 | 221 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.13 |
| HSL | 188.73º | 0.45% | 0.76% | - |
| HSV(B) | 188.73º | 0.25% | 0.87% | - |
| XYZ | 52.57 | 60.92 | 77.39 | - |
| YUV | 199.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 221 | 0.25 | 0.04 | 0 | 0.13 | 188.73 | 0.45 | 0.76 |
| Hex | A6 | D5 | DD | 19 | 4 | 0 | D | BD | 2D | 4C |
| Octal | 246 | 325 | 335 | 31 | 4 | 0 | 15 | 275 | 55 | 114 |
| Binary | 10100110 | 11010101 | 11011101 | 11001 | 100 | 0 | 1101 | 10111101 | 101101 | 1001100 |
Color Harmonies of #A6D5DD
Complementary color
Monochromatic Colors of #A6D5DD
Black with #A6D5DD
Text Example
Text Example
White with #A6D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5DD; }
p { color: rgb(166,213,221); }
H1.HeaderClassName
{
color: #A6D5DD;
}
.AnyTagClassName
{
color: #A6D5DD;
}
</style>
background-color css
<style>
a { background-color: #A6D5DD; }
a { background-color: rgb(166,213,221); }
div.DivClassName
{
background-color: #A6D5DD;
}
.BgClassName
{
background-color: #A6D5DD;
}
</style>
border-color css
<style>
span { border-color: #A6D5DD; }
span { border-color: rgb(166,213,221); }
td.TdClassName
{
border-color: #A6D5DD;
}
.TagClassName
{
border-color: #A6D5DD;
}
</style>