Shades of French Pass #ACD3DF
Tints of French Pass #ACD3DF
RGB
CMYK
RGB Variations
Color information
#ACD3DF (or 0xACD3DF) is known color: French Pass. HEX triplet: AC, D3 and DF. RGB value is (172,211,223). Sum of RGB (Red+Green+Blue) = 172+211+223=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3DF is #532C20. Grayscale: #C8C8C8. Windows color (decimal): -5450785 or 14668716. OLE color: 14668716.
HSL color Cylindrical-coordinate representation of color #ACD3DF: hue angle of 194.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD3DF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 211 | 223 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.13 |
| HSL | 194.12º | 0.44% | 0.77% | - |
| HSV(B) | 194.12º | 0.23% | 0.87% | - |
| XYZ | 53.63 | 60.69 | 78.7 | - |
| YUV | 200.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 223 | 0.23 | 0.05 | 0 | 0.13 | 194.12 | 0.44 | 0.77 |
| Hex | AC | D3 | DF | 17 | 5 | 0 | D | C2 | 2C | 4D |
| Octal | 254 | 323 | 337 | 27 | 5 | 0 | 15 | 302 | 54 | 115 |
| Binary | 10101100 | 11010011 | 11011111 | 10111 | 101 | 0 | 1101 | 11000010 | 101100 | 1001101 |
Color Harmonies of #ACD3DF
Complementary color
Monochromatic Colors of #ACD3DF
Black with #ACD3DF
Text Example
Text Example
White with #ACD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3DF; }
p { color: rgb(172,211,223); }
H1.HeaderClassName
{
color: #ACD3DF;
}
.AnyTagClassName
{
color: #ACD3DF;
}
</style>
background-color css
<style>
a { background-color: #ACD3DF; }
a { background-color: rgb(172,211,223); }
div.DivClassName
{
background-color: #ACD3DF;
}
.BgClassName
{
background-color: #ACD3DF;
}
</style>
border-color css
<style>
span { border-color: #ACD3DF; }
span { border-color: rgb(172,211,223); }
td.TdClassName
{
border-color: #ACD3DF;
}
.TagClassName
{
border-color: #ACD3DF;
}
</style>