Shades of French Pass #A2CADF
Tints of French Pass #A2CADF
RGB
CMYK
RGB Variations
Color information
#A2CADF (or 0xA2CADF) is known color: French Pass. HEX triplet: A2, CA and DF. RGB value is (162,202,223). Sum of RGB (Red+Green+Blue) = 162+202+223=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 202 (79.30% from 255 or 34.41% 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 #A2CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CADF is #5D3520. Grayscale: #C0C0C0. Windows color (decimal): -6108449 or 14666402. OLE color: 14666402.
HSL color Cylindrical-coordinate representation of color #A2CADF: hue angle of 200.66º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2CADF is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 202 | 223 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.13 |
| HSL | 200.66º | 0.49% | 0.75% | - |
| HSV(B) | 200.66º | 0.27% | 0.87% | - |
| XYZ | 49.34 | 55.25 | 77.88 | - |
| YUV | 192.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 223 | 0.27 | 0.09 | 0 | 0.13 | 200.66 | 0.49 | 0.75 |
| Hex | A2 | CA | DF | 1B | 9 | 0 | D | C9 | 31 | 4B |
| Octal | 242 | 312 | 337 | 33 | 11 | 0 | 15 | 311 | 61 | 113 |
| Binary | 10100010 | 11001010 | 11011111 | 11011 | 1001 | 0 | 1101 | 11001001 | 110001 | 1001011 |
Color Harmonies of #A2CADF
Complementary color
Monochromatic Colors of #A2CADF
Black with #A2CADF
Text Example
Text Example
White with #A2CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CADF; }
p { color: rgb(162,202,223); }
H1.HeaderClassName
{
color: #A2CADF;
}
.AnyTagClassName
{
color: #A2CADF;
}
</style>
background-color css
<style>
a { background-color: #A2CADF; }
a { background-color: rgb(162,202,223); }
div.DivClassName
{
background-color: #A2CADF;
}
.BgClassName
{
background-color: #A2CADF;
}
</style>
border-color css
<style>
span { border-color: #A2CADF; }
span { border-color: rgb(162,202,223); }
td.TdClassName
{
border-color: #A2CADF;
}
.TagClassName
{
border-color: #A2CADF;
}
</style>