Shades of French Pass #A0CBDF
Tints of French Pass #A0CBDF
RGB
CMYK
RGB Variations
Color information
#A0CBDF (or 0xA0CBDF) is known color: French Pass. HEX triplet: A0, CB and DF. RGB value is (160,203,223). Sum of RGB (Red+Green+Blue) = 160+203+223=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBDF is #5F3420. Grayscale: #C0C0C0. Windows color (decimal): -6239265 or 14666656. OLE color: 14666656.
HSL color Cylindrical-coordinate representation of color #A0CBDF: hue angle of 199.05º 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 #A0CBDF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 203 | 223 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.13 |
| HSL | 199.05º | 0.5% | 0.75% | - |
| HSV(B) | 199.05º | 0.28% | 0.87% | - |
| XYZ | 49.17 | 55.51 | 77.94 | - |
| YUV | 192.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 223 | 0.28 | 0.09 | 0 | 0.13 | 199.05 | 0.5 | 0.75 |
| Hex | A0 | CB | DF | 1C | 9 | 0 | D | C7 | 32 | 4B |
| Octal | 240 | 313 | 337 | 34 | 11 | 0 | 15 | 307 | 62 | 113 |
| Binary | 10100000 | 11001011 | 11011111 | 11100 | 1001 | 0 | 1101 | 11000111 | 110010 | 1001011 |
Color Harmonies of #A0CBDF
Complementary color
Monochromatic Colors of #A0CBDF
Black with #A0CBDF
Text Example
Text Example
White with #A0CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBDF; }
p { color: rgb(160,203,223); }
H1.HeaderClassName
{
color: #A0CBDF;
}
.AnyTagClassName
{
color: #A0CBDF;
}
</style>
background-color css
<style>
a { background-color: #A0CBDF; }
a { background-color: rgb(160,203,223); }
div.DivClassName
{
background-color: #A0CBDF;
}
.BgClassName
{
background-color: #A0CBDF;
}
</style>
border-color css
<style>
span { border-color: #A0CBDF; }
span { border-color: rgb(160,203,223); }
td.TdClassName
{
border-color: #A0CBDF;
}
.TagClassName
{
border-color: #A0CBDF;
}
</style>