Shades of French Pass #A7CFDB
Tints of French Pass #A7CFDB
RGB
CMYK
RGB Variations
Color information
#A7CFDB (or 0xA7CFDB) is known color: French Pass. HEX triplet: A7, CF and DB. RGB value is (167,207,219). Sum of RGB (Red+Green+Blue) = 167+207+219=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFDB is #583024. Grayscale: #C4C4C4. Windows color (decimal): -5779493 or 14405543. OLE color: 14405543.
HSL color Cylindrical-coordinate representation of color #A7CFDB: hue angle of 193.85º 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 #A7CFDB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 207 | 219 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.14 |
| HSL | 193.85º | 0.42% | 0.76% | - |
| HSV(B) | 193.85º | 0.24% | 0.86% | - |
| XYZ | 51.04 | 57.96 | 75.51 | - |
| YUV | 196.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 219 | 0.24 | 0.05 | 0 | 0.14 | 193.85 | 0.42 | 0.76 |
| Hex | A7 | CF | DB | 18 | 5 | 0 | E | C2 | 2A | 4C |
| Octal | 247 | 317 | 333 | 30 | 5 | 0 | 16 | 302 | 52 | 114 |
| Binary | 10100111 | 11001111 | 11011011 | 11000 | 101 | 0 | 1110 | 11000010 | 101010 | 1001100 |
Color Harmonies of #A7CFDB
Complementary color
Monochromatic Colors of #A7CFDB
Black with #A7CFDB
Text Example
Text Example
White with #A7CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFDB; }
p { color: rgb(167,207,219); }
H1.HeaderClassName
{
color: #A7CFDB;
}
.AnyTagClassName
{
color: #A7CFDB;
}
</style>
background-color css
<style>
a { background-color: #A7CFDB; }
a { background-color: rgb(167,207,219); }
div.DivClassName
{
background-color: #A7CFDB;
}
.BgClassName
{
background-color: #A7CFDB;
}
</style>
border-color css
<style>
span { border-color: #A7CFDB; }
span { border-color: rgb(167,207,219); }
td.TdClassName
{
border-color: #A7CFDB;
}
.TagClassName
{
border-color: #A7CFDB;
}
</style>