Shades of French Pass #A7D6E4
Tints of French Pass #A7D6E4
RGB
CMYK
RGB Variations
Color information
#A7D6E4 (or 0xA7D6E4) is known color: French Pass. HEX triplet: A7, D6 and E4. RGB value is (167,214,228). Sum of RGB (Red+Green+Blue) = 167+214+228=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #A7D6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6E4 is #58291B. Grayscale: #C9C9C9. Windows color (decimal): -5777692 or 14997159. OLE color: 14997159.
HSL color Cylindrical-coordinate representation of color #A7D6E4: hue angle of 193.77º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7D6E4 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 214 | 228 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.11 |
| HSL | 193.77º | 0.53% | 0.77% | - |
| HSV(B) | 193.77º | 0.27% | 0.89% | - |
| XYZ | 53.99 | 61.91 | 82.5 | - |
| YUV | 201.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 228 | 0.27 | 0.06 | 0 | 0.11 | 193.77 | 0.53 | 0.77 |
| Hex | A7 | D6 | E4 | 1B | 6 | 0 | B | C2 | 35 | 4D |
| Octal | 247 | 326 | 344 | 33 | 6 | 0 | 13 | 302 | 65 | 115 |
| Binary | 10100111 | 11010110 | 11100100 | 11011 | 110 | 0 | 1011 | 11000010 | 110101 | 1001101 |
Color Harmonies of #A7D6E4
Complementary color
Monochromatic Colors of #A7D6E4
Black with #A7D6E4
Text Example
Text Example
White with #A7D6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D6E4; }
p { color: rgb(167,214,228); }
H1.HeaderClassName
{
color: #A7D6E4;
}
.AnyTagClassName
{
color: #A7D6E4;
}
</style>
background-color css
<style>
a { background-color: #A7D6E4; }
a { background-color: rgb(167,214,228); }
div.DivClassName
{
background-color: #A7D6E4;
}
.BgClassName
{
background-color: #A7D6E4;
}
</style>
border-color css
<style>
span { border-color: #A7D6E4; }
span { border-color: rgb(167,214,228); }
td.TdClassName
{
border-color: #A7D6E4;
}
.TagClassName
{
border-color: #A7D6E4;
}
</style>