Shades of French Pass #A0CCDF
Tints of French Pass #A0CCDF
RGB
CMYK
RGB Variations
Color information
#A0CCDF (or 0xA0CCDF) is known color: French Pass. HEX triplet: A0, CC and DF. RGB value is (160,204,223). Sum of RGB (Red+Green+Blue) = 160+204+223=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCDF is #5F3320. Grayscale: #C0C0C0. Windows color (decimal): -6239009 or 14666912. OLE color: 14666912.
HSL color Cylindrical-coordinate representation of color #A0CCDF: hue angle of 198.1º 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 #A0CCDF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 204 | 223 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.13 |
| HSL | 198.1º | 0.5% | 0.75% | - |
| HSV(B) | 198.1º | 0.28% | 0.87% | - |
| XYZ | 49.41 | 55.99 | 78.01 | - |
| YUV | 193.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 223 | 0.28 | 0.09 | 0 | 0.13 | 198.1 | 0.5 | 0.75 |
| Hex | A0 | CC | DF | 1C | 9 | 0 | D | C6 | 32 | 4B |
| Octal | 240 | 314 | 337 | 34 | 11 | 0 | 15 | 306 | 62 | 113 |
| Binary | 10100000 | 11001100 | 11011111 | 11100 | 1001 | 0 | 1101 | 11000110 | 110010 | 1001011 |
Color Harmonies of #A0CCDF
Complementary color
Monochromatic Colors of #A0CCDF
Black with #A0CCDF
Text Example
Text Example
White with #A0CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCDF; }
p { color: rgb(160,204,223); }
H1.HeaderClassName
{
color: #A0CCDF;
}
.AnyTagClassName
{
color: #A0CCDF;
}
</style>
background-color css
<style>
a { background-color: #A0CCDF; }
a { background-color: rgb(160,204,223); }
div.DivClassName
{
background-color: #A0CCDF;
}
.BgClassName
{
background-color: #A0CCDF;
}
</style>
border-color css
<style>
span { border-color: #A0CCDF; }
span { border-color: rgb(160,204,223); }
td.TdClassName
{
border-color: #A0CCDF;
}
.TagClassName
{
border-color: #A0CCDF;
}
</style>