Shades of French Pass #A0D2DF
Tints of French Pass #A0D2DF
RGB
CMYK
RGB Variations
Color information
#A0D2DF (or 0xA0D2DF) is known color: French Pass. HEX triplet: A0, D2 and DF. RGB value is (160,210,223). Sum of RGB (Red+Green+Blue) = 160+210+223=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0D2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2DF is #5F2D20. Grayscale: #C4C4C4. Windows color (decimal): -6237473 or 14668448. OLE color: 14668448.
HSL color Cylindrical-coordinate representation of color #A0D2DF: hue angle of 192.38º 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 #A0D2DF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 210 | 223 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.13 |
| HSL | 192.38º | 0.5% | 0.75% | - |
| HSV(B) | 192.38º | 0.28% | 0.87% | - |
| XYZ | 50.86 | 58.89 | 78.5 | - |
| YUV | 196.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 223 | 0.28 | 0.06 | 0 | 0.13 | 192.38 | 0.5 | 0.75 |
| Hex | A0 | D2 | DF | 1C | 6 | 0 | D | C0 | 32 | 4B |
| Octal | 240 | 322 | 337 | 34 | 6 | 0 | 15 | 300 | 62 | 113 |
| Binary | 10100000 | 11010010 | 11011111 | 11100 | 110 | 0 | 1101 | 11000000 | 110010 | 1001011 |
Color Harmonies of #A0D2DF
Complementary color
Monochromatic Colors of #A0D2DF
Black with #A0D2DF
Text Example
Text Example
White with #A0D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2DF; }
p { color: rgb(160,210,223); }
H1.HeaderClassName
{
color: #A0D2DF;
}
.AnyTagClassName
{
color: #A0D2DF;
}
</style>
background-color css
<style>
a { background-color: #A0D2DF; }
a { background-color: rgb(160,210,223); }
div.DivClassName
{
background-color: #A0D2DF;
}
.BgClassName
{
background-color: #A0D2DF;
}
</style>
border-color css
<style>
span { border-color: #A0D2DF; }
span { border-color: rgb(160,210,223); }
td.TdClassName
{
border-color: #A0D2DF;
}
.TagClassName
{
border-color: #A0D2DF;
}
</style>