Shades of French Pass #AECFD7
Tints of French Pass #AECFD7
RGB
CMYK
RGB Variations
Color information
#AECFD7 (or 0xAECFD7) is known color: French Pass. HEX triplet: AE, CF and D7. RGB value is (174,207,215). Sum of RGB (Red+Green+Blue) = 174+207+215=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD7 is #513028. Grayscale: #C5C5C5. Windows color (decimal): -5320745 or 14143406. OLE color: 14143406.
HSL color Cylindrical-coordinate representation of color #AECFD7: hue angle of 191.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECFD7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 207 | 215 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.16 |
| HSL | 191.71º | 0.34% | 0.76% | - |
| HSV(B) | 191.71º | 0.19% | 0.84% | - |
| XYZ | 52.03 | 58.53 | 72.85 | - |
| YUV | 198.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 215 | 0.19 | 0.04 | 0 | 0.16 | 191.71 | 0.34 | 0.76 |
| Hex | AE | CF | D7 | 13 | 4 | 0 | 10 | C0 | 22 | 4C |
| Octal | 256 | 317 | 327 | 23 | 4 | 0 | 20 | 300 | 42 | 114 |
| Binary | 10101110 | 11001111 | 11010111 | 10011 | 100 | 0 | 10000 | 11000000 | 100010 | 1001100 |
Color Harmonies of #AECFD7
Complementary color
Monochromatic Colors of #AECFD7
Black with #AECFD7
Text Example
Text Example
White with #AECFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFD7; }
p { color: rgb(174,207,215); }
H1.HeaderClassName
{
color: #AECFD7;
}
.AnyTagClassName
{
color: #AECFD7;
}
</style>
background-color css
<style>
a { background-color: #AECFD7; }
a { background-color: rgb(174,207,215); }
div.DivClassName
{
background-color: #AECFD7;
}
.BgClassName
{
background-color: #AECFD7;
}
</style>
border-color css
<style>
span { border-color: #AECFD7; }
span { border-color: rgb(174,207,215); }
td.TdClassName
{
border-color: #AECFD7;
}
.TagClassName
{
border-color: #AECFD7;
}
</style>