Shades of French Pass #A0CFDF
Tints of French Pass #A0CFDF
RGB
CMYK
RGB Variations
Color information
#A0CFDF (or 0xA0CFDF) is known color: French Pass. HEX triplet: A0, CF and DF. RGB value is (160,207,223). Sum of RGB (Red+Green+Blue) = 160+207+223=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFDF is #5F3020. Grayscale: #C2C2C2. Windows color (decimal): -6238241 or 14667680. OLE color: 14667680.
HSL color Cylindrical-coordinate representation of color #A0CFDF: hue angle of 195.24º 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 #A0CFDF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 207 | 223 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.13 |
| HSL | 195.24º | 0.5% | 0.75% | - |
| HSV(B) | 195.24º | 0.28% | 0.87% | - |
| XYZ | 50.13 | 57.43 | 78.25 | - |
| YUV | 194.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 223 | 0.28 | 0.07 | 0 | 0.13 | 195.24 | 0.5 | 0.75 |
| Hex | A0 | CF | DF | 1C | 7 | 0 | D | C3 | 32 | 4B |
| Octal | 240 | 317 | 337 | 34 | 7 | 0 | 15 | 303 | 62 | 113 |
| Binary | 10100000 | 11001111 | 11011111 | 11100 | 111 | 0 | 1101 | 11000011 | 110010 | 1001011 |
Color Harmonies of #A0CFDF
Complementary color
Monochromatic Colors of #A0CFDF
Black with #A0CFDF
Text Example
Text Example
White with #A0CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFDF; }
p { color: rgb(160,207,223); }
H1.HeaderClassName
{
color: #A0CFDF;
}
.AnyTagClassName
{
color: #A0CFDF;
}
</style>
background-color css
<style>
a { background-color: #A0CFDF; }
a { background-color: rgb(160,207,223); }
div.DivClassName
{
background-color: #A0CFDF;
}
.BgClassName
{
background-color: #A0CFDF;
}
</style>
border-color css
<style>
span { border-color: #A0CFDF; }
span { border-color: rgb(160,207,223); }
td.TdClassName
{
border-color: #A0CFDF;
}
.TagClassName
{
border-color: #A0CFDF;
}
</style>