Shades of French Pass #ACD5DC
Tints of French Pass #ACD5DC
RGB
CMYK
RGB Variations
Color information
#ACD5DC (or 0xACD5DC) is known color: French Pass. HEX triplet: AC, D5 and DC. RGB value is (172,213,220). Sum of RGB (Red+Green+Blue) = 172+213+220=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DC is #532A23. Grayscale: #C9C9C9. Windows color (decimal): -5450276 or 14472620. OLE color: 14472620.
HSL color Cylindrical-coordinate representation of color #ACD5DC: hue angle of 188.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD5DC is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 213 | 220 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.14 |
| HSL | 188.75º | 0.41% | 0.77% | - |
| HSV(B) | 188.75º | 0.22% | 0.86% | - |
| XYZ | 53.73 | 61.53 | 76.75 | - |
| YUV | 201.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 220 | 0.22 | 0.03 | 0 | 0.14 | 188.75 | 0.41 | 0.77 |
| Hex | AC | D5 | DC | 16 | 3 | 0 | E | BD | 29 | 4D |
| Octal | 254 | 325 | 334 | 26 | 3 | 0 | 16 | 275 | 51 | 115 |
| Binary | 10101100 | 11010101 | 11011100 | 10110 | 11 | 0 | 1110 | 10111101 | 101001 | 1001101 |
Color Harmonies of #ACD5DC
Complementary color
Monochromatic Colors of #ACD5DC
Black with #ACD5DC
Text Example
Text Example
White with #ACD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5DC; }
p { color: rgb(172,213,220); }
H1.HeaderClassName
{
color: #ACD5DC;
}
.AnyTagClassName
{
color: #ACD5DC;
}
</style>
background-color css
<style>
a { background-color: #ACD5DC; }
a { background-color: rgb(172,213,220); }
div.DivClassName
{
background-color: #ACD5DC;
}
.BgClassName
{
background-color: #ACD5DC;
}
</style>
border-color css
<style>
span { border-color: #ACD5DC; }
span { border-color: rgb(172,213,220); }
td.TdClassName
{
border-color: #ACD5DC;
}
.TagClassName
{
border-color: #ACD5DC;
}
</style>