Shades of French Pass #A0D6DD
Tints of French Pass #A0D6DD
RGB
CMYK
RGB Variations
Color information
#A0D6DD (or 0xA0D6DD) is known color: French Pass. HEX triplet: A0, D6 and DD. RGB value is (160,214,221). Sum of RGB (Red+Green+Blue) = 160+214+221=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6DD is #5F2922. Grayscale: #C6C6C6. Windows color (decimal): -6236451 or 14538400. OLE color: 14538400.
HSL color Cylindrical-coordinate representation of color #A0D6DD: hue angle of 186.89º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D6DD is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 214 | 221 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.13 |
| HSL | 186.89º | 0.47% | 0.75% | - |
| HSV(B) | 186.89º | 0.28% | 0.87% | - |
| XYZ | 51.59 | 60.79 | 77.42 | - |
| YUV | 198.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 221 | 0.28 | 0.03 | 0 | 0.13 | 186.89 | 0.47 | 0.75 |
| Hex | A0 | D6 | DD | 1C | 3 | 0 | D | BB | 2F | 4B |
| Octal | 240 | 326 | 335 | 34 | 3 | 0 | 15 | 273 | 57 | 113 |
| Binary | 10100000 | 11010110 | 11011101 | 11100 | 11 | 0 | 1101 | 10111011 | 101111 | 1001011 |
Color Harmonies of #A0D6DD
Complementary color
Monochromatic Colors of #A0D6DD
Black with #A0D6DD
Text Example
Text Example
White with #A0D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6DD; }
p { color: rgb(160,214,221); }
H1.HeaderClassName
{
color: #A0D6DD;
}
.AnyTagClassName
{
color: #A0D6DD;
}
</style>
background-color css
<style>
a { background-color: #A0D6DD; }
a { background-color: rgb(160,214,221); }
div.DivClassName
{
background-color: #A0D6DD;
}
.BgClassName
{
background-color: #A0D6DD;
}
</style>
border-color css
<style>
span { border-color: #A0D6DD; }
span { border-color: rgb(160,214,221); }
td.TdClassName
{
border-color: #A0D6DD;
}
.TagClassName
{
border-color: #A0D6DD;
}
</style>