Shades of French Pass #AECFD9
Tints of French Pass #AECFD9
RGB
CMYK
RGB Variations
Color information
#AECFD9 (or 0xAECFD9) is known color: French Pass. HEX triplet: AE, CF and D9. RGB value is (174,207,217). Sum of RGB (Red+Green+Blue) = 174+207+217=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #AECFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD9 is #513026. Grayscale: #C6C6C6. Windows color (decimal): -5320743 or 14274478. OLE color: 14274478.
HSL color Cylindrical-coordinate representation of color #AECFD9: hue angle of 193.95º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECFD9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 207 | 217 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.15 |
| HSL | 193.95º | 0.36% | 0.77% | - |
| HSV(B) | 193.95º | 0.2% | 0.85% | - |
| XYZ | 52.29 | 58.63 | 74.21 | - |
| YUV | 198.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 217 | 0.20 | 0.05 | 0 | 0.15 | 193.95 | 0.36 | 0.77 |
| Hex | AE | CF | D9 | 14 | 5 | 0 | F | C2 | 24 | 4D |
| Octal | 256 | 317 | 331 | 24 | 5 | 0 | 17 | 302 | 44 | 115 |
| Binary | 10101110 | 11001111 | 11011001 | 10100 | 101 | 0 | 1111 | 11000010 | 100100 | 1001101 |
Color Harmonies of #AECFD9
Complementary color
Monochromatic Colors of #AECFD9
Black with #AECFD9
Text Example
Text Example
White with #AECFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFD9; }
p { color: rgb(174,207,217); }
H1.HeaderClassName
{
color: #AECFD9;
}
.AnyTagClassName
{
color: #AECFD9;
}
</style>
background-color css
<style>
a { background-color: #AECFD9; }
a { background-color: rgb(174,207,217); }
div.DivClassName
{
background-color: #AECFD9;
}
.BgClassName
{
background-color: #AECFD9;
}
</style>
border-color css
<style>
span { border-color: #AECFD9; }
span { border-color: rgb(174,207,217); }
td.TdClassName
{
border-color: #AECFD9;
}
.TagClassName
{
border-color: #AECFD9;
}
</style>