Shades of French Pass #AACFDE
Tints of French Pass #AACFDE
RGB
CMYK
RGB Variations
Color information
#AACFDE (or 0xAACFDE) is known color: French Pass. HEX triplet: AA, CF and DE. RGB value is (170,207,222). Sum of RGB (Red+Green+Blue) = 170+207+222=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFDE is #553021. Grayscale: #C5C5C5. Windows color (decimal): -5582882 or 14602154. OLE color: 14602154.
HSL color Cylindrical-coordinate representation of color #AACFDE: hue angle of 197.31º 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 #AACFDE is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 207 | 222 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 197.31º | 0.44% | 0.77% | - |
| HSV(B) | 197.31º | 0.23% | 0.87% | - |
| XYZ | 52.08 | 58.45 | 77.64 | - |
| YUV | 197.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 222 | 0.23 | 0.07 | 0 | 0.13 | 197.31 | 0.44 | 0.77 |
| Hex | AA | CF | DE | 17 | 7 | 0 | D | C5 | 2C | 4D |
| Octal | 252 | 317 | 336 | 27 | 7 | 0 | 15 | 305 | 54 | 115 |
| Binary | 10101010 | 11001111 | 11011110 | 10111 | 111 | 0 | 1101 | 11000101 | 101100 | 1001101 |
Color Harmonies of #AACFDE
Complementary color
Monochromatic Colors of #AACFDE
Black with #AACFDE
Text Example
Text Example
White with #AACFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFDE; }
p { color: rgb(170,207,222); }
H1.HeaderClassName
{
color: #AACFDE;
}
.AnyTagClassName
{
color: #AACFDE;
}
</style>
background-color css
<style>
a { background-color: #AACFDE; }
a { background-color: rgb(170,207,222); }
div.DivClassName
{
background-color: #AACFDE;
}
.BgClassName
{
background-color: #AACFDE;
}
</style>
border-color css
<style>
span { border-color: #AACFDE; }
span { border-color: rgb(170,207,222); }
td.TdClassName
{
border-color: #AACFDE;
}
.TagClassName
{
border-color: #AACFDE;
}
</style>