Shades of French Pass #ACD0DF
Tints of French Pass #ACD0DF
RGB
CMYK
RGB Variations
Color information
#ACD0DF (or 0xACD0DF) is known color: French Pass. HEX triplet: AC, D0 and DF. RGB value is (172,208,223). Sum of RGB (Red+Green+Blue) = 172+208+223=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0DF is #532F20. Grayscale: #C6C6C6. Windows color (decimal): -5451553 or 14667948. OLE color: 14667948.
HSL color Cylindrical-coordinate representation of color #ACD0DF: hue angle of 197.65º 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 #ACD0DF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 208 | 223 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 197.65º | 0.44% | 0.77% | - |
| HSV(B) | 197.65º | 0.23% | 0.87% | - |
| XYZ | 52.89 | 59.21 | 78.45 | - |
| YUV | 198.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 223 | 0.23 | 0.07 | 0 | 0.13 | 197.65 | 0.44 | 0.77 |
| Hex | AC | D0 | DF | 17 | 7 | 0 | D | C6 | 2C | 4D |
| Octal | 254 | 320 | 337 | 27 | 7 | 0 | 15 | 306 | 54 | 115 |
| Binary | 10101100 | 11010000 | 11011111 | 10111 | 111 | 0 | 1101 | 11000110 | 101100 | 1001101 |
Color Harmonies of #ACD0DF
Complementary color
Monochromatic Colors of #ACD0DF
Black with #ACD0DF
Text Example
Text Example
White with #ACD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0DF; }
p { color: rgb(172,208,223); }
H1.HeaderClassName
{
color: #ACD0DF;
}
.AnyTagClassName
{
color: #ACD0DF;
}
</style>
background-color css
<style>
a { background-color: #ACD0DF; }
a { background-color: rgb(172,208,223); }
div.DivClassName
{
background-color: #ACD0DF;
}
.BgClassName
{
background-color: #ACD0DF;
}
</style>
border-color css
<style>
span { border-color: #ACD0DF; }
span { border-color: rgb(172,208,223); }
td.TdClassName
{
border-color: #ACD0DF;
}
.TagClassName
{
border-color: #ACD0DF;
}
</style>