Shades of French Pass #A7D2DB
Tints of French Pass #A7D2DB
RGB
CMYK
RGB Variations
Color information
#A7D2DB (or 0xA7D2DB) is known color: French Pass. HEX triplet: A7, D2 and DB. RGB value is (167,210,219). Sum of RGB (Red+Green+Blue) = 167+210+219=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D2DB is #582D24. Grayscale: #C6C6C6. Windows color (decimal): -5778725 or 14406311. OLE color: 14406311.
HSL color Cylindrical-coordinate representation of color #A7D2DB: hue angle of 190.38º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7D2DB is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 210 | 219 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.14 |
| HSL | 190.38º | 0.42% | 0.76% | - |
| HSV(B) | 190.38º | 0.24% | 0.86% | - |
| XYZ | 51.77 | 59.42 | 75.76 | - |
| YUV | 198.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 219 | 0.24 | 0.04 | 0 | 0.14 | 190.38 | 0.42 | 0.76 |
| Hex | A7 | D2 | DB | 18 | 4 | 0 | E | BE | 2A | 4C |
| Octal | 247 | 322 | 333 | 30 | 4 | 0 | 16 | 276 | 52 | 114 |
| Binary | 10100111 | 11010010 | 11011011 | 11000 | 100 | 0 | 1110 | 10111110 | 101010 | 1001100 |
Color Harmonies of #A7D2DB
Complementary color
Monochromatic Colors of #A7D2DB
Black with #A7D2DB
Text Example
Text Example
White with #A7D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D2DB; }
p { color: rgb(167,210,219); }
H1.HeaderClassName
{
color: #A7D2DB;
}
.AnyTagClassName
{
color: #A7D2DB;
}
</style>
background-color css
<style>
a { background-color: #A7D2DB; }
a { background-color: rgb(167,210,219); }
div.DivClassName
{
background-color: #A7D2DB;
}
.BgClassName
{
background-color: #A7D2DB;
}
</style>
border-color css
<style>
span { border-color: #A7D2DB; }
span { border-color: rgb(167,210,219); }
td.TdClassName
{
border-color: #A7D2DB;
}
.TagClassName
{
border-color: #A7D2DB;
}
</style>