Shades of French Pass #A8D1DF
Tints of French Pass #A8D1DF
RGB
CMYK
RGB Variations
Color information
#A8D1DF (or 0xA8D1DF) is known color: French Pass. HEX triplet: A8, D1 and DF. RGB value is (168,209,223). Sum of RGB (Red+Green+Blue) = 168+209+223=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D1DF is #572E20. Grayscale: #C6C6C6. Windows color (decimal): -5713441 or 14668200. OLE color: 14668200.
HSL color Cylindrical-coordinate representation of color #A8D1DF: hue angle of 195.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8D1DF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 209 | 223 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.13 |
| HSL | 195.27º | 0.46% | 0.77% | - |
| HSV(B) | 195.27º | 0.25% | 0.87% | - |
| XYZ | 52.27 | 59.25 | 78.49 | - |
| YUV | 198.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 223 | 0.25 | 0.06 | 0 | 0.13 | 195.27 | 0.46 | 0.77 |
| Hex | A8 | D1 | DF | 19 | 6 | 0 | D | C3 | 2E | 4D |
| Octal | 250 | 321 | 337 | 31 | 6 | 0 | 15 | 303 | 56 | 115 |
| Binary | 10101000 | 11010001 | 11011111 | 11001 | 110 | 0 | 1101 | 11000011 | 101110 | 1001101 |
Color Harmonies of #A8D1DF
Complementary color
Monochromatic Colors of #A8D1DF
Black with #A8D1DF
Text Example
Text Example
White with #A8D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D1DF; }
p { color: rgb(168,209,223); }
H1.HeaderClassName
{
color: #A8D1DF;
}
.AnyTagClassName
{
color: #A8D1DF;
}
</style>
background-color css
<style>
a { background-color: #A8D1DF; }
a { background-color: rgb(168,209,223); }
div.DivClassName
{
background-color: #A8D1DF;
}
.BgClassName
{
background-color: #A8D1DF;
}
</style>
border-color css
<style>
span { border-color: #A8D1DF; }
span { border-color: rgb(168,209,223); }
td.TdClassName
{
border-color: #A8D1DF;
}
.TagClassName
{
border-color: #A8D1DF;
}
</style>