Shades of French Pass #A0D0DF
Tints of French Pass #A0D0DF
RGB
CMYK
RGB Variations
Color information
#A0D0DF (or 0xA0D0DF) is known color: French Pass. HEX triplet: A0, D0 and DF. RGB value is (160,208,223). Sum of RGB (Red+Green+Blue) = 160+208+223=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0DF is #5F2F20. Grayscale: #C3C3C3. Windows color (decimal): -6237985 or 14667936. OLE color: 14667936.
HSL color Cylindrical-coordinate representation of color #A0D0DF: hue angle of 194.29º 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 #A0D0DF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 208 | 223 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.13 |
| HSL | 194.29º | 0.5% | 0.75% | - |
| HSV(B) | 194.29º | 0.28% | 0.87% | - |
| XYZ | 50.37 | 57.91 | 78.34 | - |
| YUV | 195.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 223 | 0.28 | 0.07 | 0 | 0.13 | 194.29 | 0.5 | 0.75 |
| Hex | A0 | D0 | DF | 1C | 7 | 0 | D | C2 | 32 | 4B |
| Octal | 240 | 320 | 337 | 34 | 7 | 0 | 15 | 302 | 62 | 113 |
| Binary | 10100000 | 11010000 | 11011111 | 11100 | 111 | 0 | 1101 | 11000010 | 110010 | 1001011 |
Color Harmonies of #A0D0DF
Complementary color
Monochromatic Colors of #A0D0DF
Black with #A0D0DF
Text Example
Text Example
White with #A0D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0DF; }
p { color: rgb(160,208,223); }
H1.HeaderClassName
{
color: #A0D0DF;
}
.AnyTagClassName
{
color: #A0D0DF;
}
</style>
background-color css
<style>
a { background-color: #A0D0DF; }
a { background-color: rgb(160,208,223); }
div.DivClassName
{
background-color: #A0D0DF;
}
.BgClassName
{
background-color: #A0D0DF;
}
</style>
border-color css
<style>
span { border-color: #A0D0DF; }
span { border-color: rgb(160,208,223); }
td.TdClassName
{
border-color: #A0D0DF;
}
.TagClassName
{
border-color: #A0D0DF;
}
</style>