Shades of French Pass #A0D5DD
Tints of French Pass #A0D5DD
RGB
CMYK
RGB Variations
Color information
#A0D5DD (or 0xA0D5DD) is known color: French Pass. HEX triplet: A0, D5 and DD. RGB value is (160,213,221). Sum of RGB (Red+Green+Blue) = 160+213+221=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0D5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5DD is #5F2A22. Grayscale: #C5C5C5. Windows color (decimal): -6236707 or 14538144. OLE color: 14538144.
HSL color Cylindrical-coordinate representation of color #A0D5DD: hue angle of 187.87º 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 #A0D5DD is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 213 | 221 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.13 |
| HSL | 187.87º | 0.47% | 0.75% | - |
| HSV(B) | 187.87º | 0.28% | 0.87% | - |
| XYZ | 51.34 | 60.28 | 77.34 | - |
| YUV | 198.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 221 | 0.28 | 0.04 | 0 | 0.13 | 187.87 | 0.47 | 0.75 |
| Hex | A0 | D5 | DD | 1C | 4 | 0 | D | BC | 2F | 4B |
| Octal | 240 | 325 | 335 | 34 | 4 | 0 | 15 | 274 | 57 | 113 |
| Binary | 10100000 | 11010101 | 11011101 | 11100 | 100 | 0 | 1101 | 10111100 | 101111 | 1001011 |
Color Harmonies of #A0D5DD
Complementary color
Monochromatic Colors of #A0D5DD
Black with #A0D5DD
Text Example
Text Example
White with #A0D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D5DD; }
p { color: rgb(160,213,221); }
H1.HeaderClassName
{
color: #A0D5DD;
}
.AnyTagClassName
{
color: #A0D5DD;
}
</style>
background-color css
<style>
a { background-color: #A0D5DD; }
a { background-color: rgb(160,213,221); }
div.DivClassName
{
background-color: #A0D5DD;
}
.BgClassName
{
background-color: #A0D5DD;
}
</style>
border-color css
<style>
span { border-color: #A0D5DD; }
span { border-color: rgb(160,213,221); }
td.TdClassName
{
border-color: #A0D5DD;
}
.TagClassName
{
border-color: #A0D5DD;
}
</style>