Shades of French Pass #AACEDC
Tints of French Pass #AACEDC
RGB
CMYK
RGB Variations
Color information
#AACEDC (or 0xAACEDC) is known color: French Pass. HEX triplet: AA, CE and DC. RGB value is (170,206,220). Sum of RGB (Red+Green+Blue) = 170+206+220=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDC is #553123. Grayscale: #C4C4C4. Windows color (decimal): -5583140 or 14470826. OLE color: 14470826.
HSL color Cylindrical-coordinate representation of color #AACEDC: hue angle of 196.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACEDC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 206 | 220 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.14 |
| HSL | 196.8º | 0.42% | 0.76% | - |
| HSV(B) | 196.8º | 0.23% | 0.86% | - |
| XYZ | 51.57 | 57.86 | 76.16 | - |
| YUV | 196.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 220 | 0.23 | 0.06 | 0 | 0.14 | 196.8 | 0.42 | 0.76 |
| Hex | AA | CE | DC | 17 | 6 | 0 | E | C5 | 2A | 4C |
| Octal | 252 | 316 | 334 | 27 | 6 | 0 | 16 | 305 | 52 | 114 |
| Binary | 10101010 | 11001110 | 11011100 | 10111 | 110 | 0 | 1110 | 11000101 | 101010 | 1001100 |
Color Harmonies of #AACEDC
Complementary color
Monochromatic Colors of #AACEDC
Black with #AACEDC
Text Example
Text Example
White with #AACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEDC; }
p { color: rgb(170,206,220); }
H1.HeaderClassName
{
color: #AACEDC;
}
.AnyTagClassName
{
color: #AACEDC;
}
</style>
background-color css
<style>
a { background-color: #AACEDC; }
a { background-color: rgb(170,206,220); }
div.DivClassName
{
background-color: #AACEDC;
}
.BgClassName
{
background-color: #AACEDC;
}
</style>
border-color css
<style>
span { border-color: #AACEDC; }
span { border-color: rgb(170,206,220); }
td.TdClassName
{
border-color: #AACEDC;
}
.TagClassName
{
border-color: #AACEDC;
}
</style>