Shades of French Pass #ACCFDF
Tints of French Pass #ACCFDF
RGB
CMYK
RGB Variations
Color information
#ACCFDF (or 0xACCFDF) is known color: French Pass. HEX triplet: AC, CF and DF. RGB value is (172,207,223). Sum of RGB (Red+Green+Blue) = 172+207+223=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFDF is #533020. Grayscale: #C6C6C6. Windows color (decimal): -5451809 or 14667692. OLE color: 14667692.
HSL color Cylindrical-coordinate representation of color #ACCFDF: hue angle of 198.82º 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 #ACCFDF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 207 | 223 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 198.82º | 0.44% | 0.77% | - |
| HSV(B) | 198.82º | 0.23% | 0.87% | - |
| XYZ | 52.65 | 58.72 | 78.37 | - |
| YUV | 198.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 223 | 0.23 | 0.07 | 0 | 0.13 | 198.82 | 0.44 | 0.77 |
| Hex | AC | CF | DF | 17 | 7 | 0 | D | C7 | 2C | 4D |
| Octal | 254 | 317 | 337 | 27 | 7 | 0 | 15 | 307 | 54 | 115 |
| Binary | 10101100 | 11001111 | 11011111 | 10111 | 111 | 0 | 1101 | 11000111 | 101100 | 1001101 |
Color Harmonies of #ACCFDF
Complementary color
Monochromatic Colors of #ACCFDF
Black with #ACCFDF
Text Example
Text Example
White with #ACCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFDF; }
p { color: rgb(172,207,223); }
H1.HeaderClassName
{
color: #ACCFDF;
}
.AnyTagClassName
{
color: #ACCFDF;
}
</style>
background-color css
<style>
a { background-color: #ACCFDF; }
a { background-color: rgb(172,207,223); }
div.DivClassName
{
background-color: #ACCFDF;
}
.BgClassName
{
background-color: #ACCFDF;
}
</style>
border-color css
<style>
span { border-color: #ACCFDF; }
span { border-color: rgb(172,207,223); }
td.TdClassName
{
border-color: #ACCFDF;
}
.TagClassName
{
border-color: #ACCFDF;
}
</style>