Shades of French Pass #A8CADB
Tints of French Pass #A8CADB
RGB
CMYK
RGB Variations
Color information
#A8CADB (or 0xA8CADB) is known color: French Pass. HEX triplet: A8, CA and DB. RGB value is (168,202,219). Sum of RGB (Red+Green+Blue) = 168+202+219=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 202 (79.30% from 255 or 34.30% 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 #A8CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CADB is #573524. Grayscale: #C1C1C1. Windows color (decimal): -5715237 or 14404264. OLE color: 14404264.
HSL color Cylindrical-coordinate representation of color #A8CADB: hue angle of 200º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CADB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 202 | 219 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.14 |
| HSL | 200º | 0.41% | 0.76% | - |
| HSV(B) | 200º | 0.23% | 0.86% | - |
| XYZ | 50.06 | 55.68 | 75.13 | - |
| YUV | 193.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 219 | 0.23 | 0.08 | 0 | 0.14 | 200 | 0.41 | 0.76 |
| Hex | A8 | CA | DB | 17 | 8 | 0 | E | C8 | 29 | 4C |
| Octal | 250 | 312 | 333 | 27 | 10 | 0 | 16 | 310 | 51 | 114 |
| Binary | 10101000 | 11001010 | 11011011 | 10111 | 1000 | 0 | 1110 | 11001000 | 101001 | 1001100 |
Color Harmonies of #A8CADB
Complementary color
Monochromatic Colors of #A8CADB
Black with #A8CADB
Text Example
Text Example
White with #A8CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CADB; }
p { color: rgb(168,202,219); }
H1.HeaderClassName
{
color: #A8CADB;
}
.AnyTagClassName
{
color: #A8CADB;
}
</style>
background-color css
<style>
a { background-color: #A8CADB; }
a { background-color: rgb(168,202,219); }
div.DivClassName
{
background-color: #A8CADB;
}
.BgClassName
{
background-color: #A8CADB;
}
</style>
border-color css
<style>
span { border-color: #A8CADB; }
span { border-color: rgb(168,202,219); }
td.TdClassName
{
border-color: #A8CADB;
}
.TagClassName
{
border-color: #A8CADB;
}
</style>