Shades of French Pass #A0CDDF
Tints of French Pass #A0CDDF
RGB
CMYK
RGB Variations
Color information
#A0CDDF (or 0xA0CDDF) is known color: French Pass. HEX triplet: A0, CD and DF. RGB value is (160,205,223). Sum of RGB (Red+Green+Blue) = 160+205+223=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDDF is #5F3220. Grayscale: #C1C1C1. Windows color (decimal): -6238753 or 14667168. OLE color: 14667168.
HSL color Cylindrical-coordinate representation of color #A0CDDF: hue angle of 197.14º degrees, saturation: 0.5, 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 #A0CDDF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 205 | 223 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.13 |
| HSL | 197.14º | 0.5% | 0.75% | - |
| HSV(B) | 197.14º | 0.28% | 0.87% | - |
| XYZ | 49.65 | 56.46 | 78.09 | - |
| YUV | 193.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 223 | 0.28 | 0.08 | 0 | 0.13 | 197.14 | 0.5 | 0.75 |
| Hex | A0 | CD | DF | 1C | 8 | 0 | D | C5 | 32 | 4B |
| Octal | 240 | 315 | 337 | 34 | 10 | 0 | 15 | 305 | 62 | 113 |
| Binary | 10100000 | 11001101 | 11011111 | 11100 | 1000 | 0 | 1101 | 11000101 | 110010 | 1001011 |
Color Harmonies of #A0CDDF
Complementary color
Monochromatic Colors of #A0CDDF
Black with #A0CDDF
Text Example
Text Example
White with #A0CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDDF; }
p { color: rgb(160,205,223); }
H1.HeaderClassName
{
color: #A0CDDF;
}
.AnyTagClassName
{
color: #A0CDDF;
}
</style>
background-color css
<style>
a { background-color: #A0CDDF; }
a { background-color: rgb(160,205,223); }
div.DivClassName
{
background-color: #A0CDDF;
}
.BgClassName
{
background-color: #A0CDDF;
}
</style>
border-color css
<style>
span { border-color: #A0CDDF; }
span { border-color: rgb(160,205,223); }
td.TdClassName
{
border-color: #A0CDDF;
}
.TagClassName
{
border-color: #A0CDDF;
}
</style>