Shades of French Pass #A8D3DB
Tints of French Pass #A8D3DB
RGB
CMYK
RGB Variations
Color information
#A8D3DB (or 0xA8D3DB) is known color: French Pass. HEX triplet: A8, D3 and DB. RGB value is (168,211,219). Sum of RGB (Red+Green+Blue) = 168+211+219=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3DB is #572C24. Grayscale: #C6C6C6. Windows color (decimal): -5712933 or 14406568. OLE color: 14406568.
HSL color Cylindrical-coordinate representation of color #A8D3DB: hue angle of 189.41º 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 #A8D3DB is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 211 | 219 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.14 |
| HSL | 189.41º | 0.41% | 0.76% | - |
| HSV(B) | 189.41º | 0.23% | 0.86% | - |
| XYZ | 52.23 | 60.03 | 75.85 | - |
| YUV | 199.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 219 | 0.23 | 0.04 | 0 | 0.14 | 189.41 | 0.41 | 0.76 |
| Hex | A8 | D3 | DB | 17 | 4 | 0 | E | BD | 29 | 4C |
| Octal | 250 | 323 | 333 | 27 | 4 | 0 | 16 | 275 | 51 | 114 |
| Binary | 10101000 | 11010011 | 11011011 | 10111 | 100 | 0 | 1110 | 10111101 | 101001 | 1001100 |
Color Harmonies of #A8D3DB
Complementary color
Monochromatic Colors of #A8D3DB
Black with #A8D3DB
Text Example
Text Example
White with #A8D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3DB; }
p { color: rgb(168,211,219); }
H1.HeaderClassName
{
color: #A8D3DB;
}
.AnyTagClassName
{
color: #A8D3DB;
}
</style>
background-color css
<style>
a { background-color: #A8D3DB; }
a { background-color: rgb(168,211,219); }
div.DivClassName
{
background-color: #A8D3DB;
}
.BgClassName
{
background-color: #A8D3DB;
}
</style>
border-color css
<style>
span { border-color: #A8D3DB; }
span { border-color: rgb(168,211,219); }
td.TdClassName
{
border-color: #A8D3DB;
}
.TagClassName
{
border-color: #A8D3DB;
}
</style>