Shades of French Pass #ACD4DF
Tints of French Pass #ACD4DF
RGB
CMYK
RGB Variations
Color information
#ACD4DF (or 0xACD4DF) is known color: French Pass. HEX triplet: AC, D4 and DF. RGB value is (172,212,223). Sum of RGB (Red+Green+Blue) = 172+212+223=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DF is #532B20. Grayscale: #C9C9C9. Windows color (decimal): -5450529 or 14668972. OLE color: 14668972.
HSL color Cylindrical-coordinate representation of color #ACD4DF: hue angle of 192.94º 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 #ACD4DF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 212 | 223 | - |
CMYK | 0.23 | 0.05 | 0 | 0.13 |
HSL | 192.94º | 0.44% | 0.77% | - |
HSV(B) | 192.94º | 0.23% | 0.87% | - |
XYZ | 53.88 | 61.19 | 78.78 | - |
YUV | 201.29 | 140.25 | 107.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 223 | 0.23 | 0.05 | 0 | 0.13 | 192.94 | 0.44 | 0.77 |
Hex | AC | D4 | DF | 17 | 5 | 0 | D | C1 | 2C | 4D |
Octal | 254 | 324 | 337 | 27 | 5 | 0 | 15 | 301 | 54 | 115 |
Binary | 10101100 | 11010100 | 11011111 | 10111 | 101 | 0 | 1101 | 11000001 | 101100 | 1001101 |
Color Harmonies of #ACD4DF
Complementary color
Monochromatic Colors of #ACD4DF
Black with #ACD4DF
Text Example
Text Example
White with #ACD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4DF; }
p { color: rgb(172,212,223); }
H1.HeaderClassName
{
color: #ACD4DF;
}
.AnyTagClassName
{
color: #ACD4DF;
}
</style>
background-color css
<style>
a { background-color: #ACD4DF; }
a { background-color: rgb(172,212,223); }
div.DivClassName
{
background-color: #ACD4DF;
}
.BgClassName
{
background-color: #ACD4DF;
}
</style>
border-color css
<style>
span { border-color: #ACD4DF; }
span { border-color: rgb(172,212,223); }
td.TdClassName
{
border-color: #ACD4DF;
}
.TagClassName
{
border-color: #ACD4DF;
}
</style>