Shades of French Pass #A7D4DF
Tints of French Pass #A7D4DF
RGB
CMYK
RGB Variations
Color information
#A7D4DF (or 0xA7D4DF) is known color: French Pass. HEX triplet: A7, D4 and DF. RGB value is (167,212,223). Sum of RGB (Red+Green+Blue) = 167+212+223=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D4DF is #582B20. Grayscale: #C7C7C7. Windows color (decimal): -5778209 or 14668967. OLE color: 14668967.
HSL color Cylindrical-coordinate representation of color #A7D4DF: hue angle of 191.79º degrees, saturation: 0.47, 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 #A7D4DF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 212 | 223 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.13 |
| HSL | 191.79º | 0.47% | 0.76% | - |
| HSV(B) | 191.79º | 0.25% | 0.87% | - |
| XYZ | 52.8 | 60.63 | 78.73 | - |
| YUV | 199.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 212 | 223 | 0.25 | 0.05 | 0 | 0.13 | 191.79 | 0.47 | 0.76 |
| Hex | A7 | D4 | DF | 19 | 5 | 0 | D | C0 | 2F | 4C |
| Octal | 247 | 324 | 337 | 31 | 5 | 0 | 15 | 300 | 57 | 114 |
| Binary | 10100111 | 11010100 | 11011111 | 11001 | 101 | 0 | 1101 | 11000000 | 101111 | 1001100 |
Color Harmonies of #A7D4DF
Complementary color
Monochromatic Colors of #A7D4DF
Black with #A7D4DF
Text Example
Text Example
White with #A7D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D4DF; }
p { color: rgb(167,212,223); }
H1.HeaderClassName
{
color: #A7D4DF;
}
.AnyTagClassName
{
color: #A7D4DF;
}
</style>
background-color css
<style>
a { background-color: #A7D4DF; }
a { background-color: rgb(167,212,223); }
div.DivClassName
{
background-color: #A7D4DF;
}
.BgClassName
{
background-color: #A7D4DF;
}
</style>
border-color css
<style>
span { border-color: #A7D4DF; }
span { border-color: rgb(167,212,223); }
td.TdClassName
{
border-color: #A7D4DF;
}
.TagClassName
{
border-color: #A7D4DF;
}
</style>