Shades of French Pass #A8D0DB
Tints of French Pass #A8D0DB
RGB
CMYK
RGB Variations
Color information
#A8D0DB (or 0xA8D0DB) is known color: French Pass. HEX triplet: A8, D0 and DB. RGB value is (168,208,219). Sum of RGB (Red+Green+Blue) = 168+208+219=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D0DB is #572F24. Grayscale: #C5C5C5. Windows color (decimal): -5713701 or 14405800. OLE color: 14405800.
HSL color Cylindrical-coordinate representation of color #A8D0DB: hue angle of 192.94º 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 #A8D0DB is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 208 | 219 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.14 |
| HSL | 192.94º | 0.41% | 0.76% | - |
| HSV(B) | 192.94º | 0.23% | 0.86% | - |
| XYZ | 51.49 | 58.55 | 75.61 | - |
| YUV | 197.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 219 | 0.23 | 0.05 | 0 | 0.14 | 192.94 | 0.41 | 0.76 |
| Hex | A8 | D0 | DB | 17 | 5 | 0 | E | C1 | 29 | 4C |
| Octal | 250 | 320 | 333 | 27 | 5 | 0 | 16 | 301 | 51 | 114 |
| Binary | 10101000 | 11010000 | 11011011 | 10111 | 101 | 0 | 1110 | 11000001 | 101001 | 1001100 |
Color Harmonies of #A8D0DB
Complementary color
Monochromatic Colors of #A8D0DB
Black with #A8D0DB
Text Example
Text Example
White with #A8D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0DB; }
p { color: rgb(168,208,219); }
H1.HeaderClassName
{
color: #A8D0DB;
}
.AnyTagClassName
{
color: #A8D0DB;
}
</style>
background-color css
<style>
a { background-color: #A8D0DB; }
a { background-color: rgb(168,208,219); }
div.DivClassName
{
background-color: #A8D0DB;
}
.BgClassName
{
background-color: #A8D0DB;
}
</style>
border-color css
<style>
span { border-color: #A8D0DB; }
span { border-color: rgb(168,208,219); }
td.TdClassName
{
border-color: #A8D0DB;
}
.TagClassName
{
border-color: #A8D0DB;
}
</style>