Shades of French Pass #A6D7E5
Tints of French Pass #A6D7E5
RGB
CMYK
RGB Variations
Color information
#A6D7E5 (or 0xA6D7E5) is known color: French Pass. HEX triplet: A6, D7 and E5. RGB value is (166,215,229). Sum of RGB (Red+Green+Blue) = 166+215+229=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6D7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7E5 is #59281A. Grayscale: #C9C9C9. Windows color (decimal): -5842971 or 15062950. OLE color: 15062950.
HSL color Cylindrical-coordinate representation of color #A6D7E5: hue angle of 193.33º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6D7E5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 215 | 229 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.10 |
| HSL | 193.33º | 0.55% | 0.77% | - |
| HSV(B) | 193.33º | 0.28% | 0.9% | - |
| XYZ | 54.17 | 62.37 | 83.31 | - |
| YUV | 201.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 229 | 0.28 | 0.06 | 0 | 0.10 | 193.33 | 0.55 | 0.77 |
| Hex | A6 | D7 | E5 | 1C | 6 | 0 | A | C1 | 37 | 4D |
| Octal | 246 | 327 | 345 | 34 | 6 | 0 | 12 | 301 | 67 | 115 |
| Binary | 10100110 | 11010111 | 11100101 | 11100 | 110 | 0 | 1010 | 11000001 | 110111 | 1001101 |
Color Harmonies of #A6D7E5
Complementary color
Monochromatic Colors of #A6D7E5
Black with #A6D7E5
Text Example
Text Example
White with #A6D7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7E5; }
p { color: rgb(166,215,229); }
H1.HeaderClassName
{
color: #A6D7E5;
}
.AnyTagClassName
{
color: #A6D7E5;
}
</style>
background-color css
<style>
a { background-color: #A6D7E5; }
a { background-color: rgb(166,215,229); }
div.DivClassName
{
background-color: #A6D7E5;
}
.BgClassName
{
background-color: #A6D7E5;
}
</style>
border-color css
<style>
span { border-color: #A6D7E5; }
span { border-color: rgb(166,215,229); }
td.TdClassName
{
border-color: #A6D7E5;
}
.TagClassName
{
border-color: #A6D7E5;
}
</style>