Shades of French Pass #AECFDC
Tints of French Pass #AECFDC
RGB
CMYK
RGB Variations
Color information
#AECFDC (or 0xAECFDC) is known color: French Pass. HEX triplet: AE, CF and DC. RGB value is (174,207,220). Sum of RGB (Red+Green+Blue) = 174+207+220=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDC is #513023. Grayscale: #C6C6C6. Windows color (decimal): -5320740 or 14471086. OLE color: 14471086.
HSL color Cylindrical-coordinate representation of color #AECFDC: hue angle of 196.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECFDC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 207 | 220 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.14 |
| HSL | 196.96º | 0.4% | 0.77% | - |
| HSV(B) | 196.96º | 0.21% | 0.86% | - |
| XYZ | 52.69 | 58.79 | 76.28 | - |
| YUV | 198.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 220 | 0.21 | 0.06 | 0 | 0.14 | 196.96 | 0.4 | 0.77 |
| Hex | AE | CF | DC | 15 | 6 | 0 | E | C5 | 28 | 4D |
| Octal | 256 | 317 | 334 | 25 | 6 | 0 | 16 | 305 | 50 | 115 |
| Binary | 10101110 | 11001111 | 11011100 | 10101 | 110 | 0 | 1110 | 11000101 | 101000 | 1001101 |
Color Harmonies of #AECFDC
Complementary color
Monochromatic Colors of #AECFDC
Black with #AECFDC
Text Example
Text Example
White with #AECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFDC; }
p { color: rgb(174,207,220); }
H1.HeaderClassName
{
color: #AECFDC;
}
.AnyTagClassName
{
color: #AECFDC;
}
</style>
background-color css
<style>
a { background-color: #AECFDC; }
a { background-color: rgb(174,207,220); }
div.DivClassName
{
background-color: #AECFDC;
}
.BgClassName
{
background-color: #AECFDC;
}
</style>
border-color css
<style>
span { border-color: #AECFDC; }
span { border-color: rgb(174,207,220); }
td.TdClassName
{
border-color: #AECFDC;
}
.TagClassName
{
border-color: #AECFDC;
}
</style>