Shades of French Pass #A8D0DE
Tints of French Pass #A8D0DE
RGB
CMYK
RGB Variations
Color information
#A8D0DE (or 0xA8D0DE) is known color: French Pass. HEX triplet: A8, D0 and DE. RGB value is (168,208,222). Sum of RGB (Red+Green+Blue) = 168+208+222=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8D0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D0DE is #572F21. Grayscale: #C5C5C5. Windows color (decimal): -5713698 or 14602408. OLE color: 14602408.
HSL color Cylindrical-coordinate representation of color #A8D0DE: hue angle of 195.56º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D0DE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 208 | 222 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.13 |
| HSL | 195.56º | 0.45% | 0.76% | - |
| HSV(B) | 195.56º | 0.24% | 0.87% | - |
| XYZ | 51.89 | 58.71 | 77.7 | - |
| YUV | 197.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 222 | 0.24 | 0.06 | 0 | 0.13 | 195.56 | 0.45 | 0.76 |
| Hex | A8 | D0 | DE | 18 | 6 | 0 | D | C4 | 2D | 4C |
| Octal | 250 | 320 | 336 | 30 | 6 | 0 | 15 | 304 | 55 | 114 |
| Binary | 10101000 | 11010000 | 11011110 | 11000 | 110 | 0 | 1101 | 11000100 | 101101 | 1001100 |
Color Harmonies of #A8D0DE
Complementary color
Monochromatic Colors of #A8D0DE
Black with #A8D0DE
Text Example
Text Example
White with #A8D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0DE; }
p { color: rgb(168,208,222); }
H1.HeaderClassName
{
color: #A8D0DE;
}
.AnyTagClassName
{
color: #A8D0DE;
}
</style>
background-color css
<style>
a { background-color: #A8D0DE; }
a { background-color: rgb(168,208,222); }
div.DivClassName
{
background-color: #A8D0DE;
}
.BgClassName
{
background-color: #A8D0DE;
}
</style>
border-color css
<style>
span { border-color: #A8D0DE; }
span { border-color: rgb(168,208,222); }
td.TdClassName
{
border-color: #A8D0DE;
}
.TagClassName
{
border-color: #A8D0DE;
}
</style>