Shades of French Pass #A7CBDB
Tints of French Pass #A7CBDB
RGB
CMYK
RGB Variations
Color information
#A7CBDB (or 0xA7CBDB) is known color: French Pass. HEX triplet: A7, CB and DB. RGB value is (167,203,219). Sum of RGB (Red+Green+Blue) = 167+203+219=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBDB is #583424. Grayscale: #C1C1C1. Windows color (decimal): -5780517 or 14404519. OLE color: 14404519.
HSL color Cylindrical-coordinate representation of color #A7CBDB: hue angle of 198.46º 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 #A7CBDB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 203 | 219 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.14 |
| HSL | 198.46º | 0.42% | 0.76% | - |
| HSV(B) | 198.46º | 0.24% | 0.86% | - |
| XYZ | 50.08 | 56.04 | 75.2 | - |
| YUV | 194.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 219 | 0.24 | 0.07 | 0 | 0.14 | 198.46 | 0.42 | 0.76 |
| Hex | A7 | CB | DB | 18 | 7 | 0 | E | C6 | 2A | 4C |
| Octal | 247 | 313 | 333 | 30 | 7 | 0 | 16 | 306 | 52 | 114 |
| Binary | 10100111 | 11001011 | 11011011 | 11000 | 111 | 0 | 1110 | 11000110 | 101010 | 1001100 |
Color Harmonies of #A7CBDB
Complementary color
Monochromatic Colors of #A7CBDB
Black with #A7CBDB
Text Example
Text Example
White with #A7CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBDB; }
p { color: rgb(167,203,219); }
H1.HeaderClassName
{
color: #A7CBDB;
}
.AnyTagClassName
{
color: #A7CBDB;
}
</style>
background-color css
<style>
a { background-color: #A7CBDB; }
a { background-color: rgb(167,203,219); }
div.DivClassName
{
background-color: #A7CBDB;
}
.BgClassName
{
background-color: #A7CBDB;
}
</style>
border-color css
<style>
span { border-color: #A7CBDB; }
span { border-color: rgb(167,203,219); }
td.TdClassName
{
border-color: #A7CBDB;
}
.TagClassName
{
border-color: #A7CBDB;
}
</style>