Shades of French Pass #AACEE1
Tints of French Pass #AACEE1
RGB
CMYK
RGB Variations
Color information
#AACEE1 (or 0xAACEE1) is known color: French Pass. HEX triplet: AA, CE and E1. RGB value is (170,206,225). Sum of RGB (Red+Green+Blue) = 170+206+225=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #AACEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEE1 is #55311E. Grayscale: #C5C5C5. Windows color (decimal): -5583135 or 14798506. OLE color: 14798506.
HSL color Cylindrical-coordinate representation of color #AACEE1: hue angle of 200.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACEE1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 206 | 225 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.12 |
| HSL | 200.73º | 0.48% | 0.77% | - |
| HSV(B) | 200.73º | 0.24% | 0.88% | - |
| XYZ | 52.24 | 58.12 | 79.7 | - |
| YUV | 197.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 225 | 0.24 | 0.08 | 0 | 0.12 | 200.73 | 0.48 | 0.77 |
| Hex | AA | CE | E1 | 18 | 8 | 0 | C | C9 | 30 | 4D |
| Octal | 252 | 316 | 341 | 30 | 10 | 0 | 14 | 311 | 60 | 115 |
| Binary | 10101010 | 11001110 | 11100001 | 11000 | 1000 | 0 | 1100 | 11001001 | 110000 | 1001101 |
Color Harmonies of #AACEE1
Complementary color
Monochromatic Colors of #AACEE1
Black with #AACEE1
Text Example
Text Example
White with #AACEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEE1; }
p { color: rgb(170,206,225); }
H1.HeaderClassName
{
color: #AACEE1;
}
.AnyTagClassName
{
color: #AACEE1;
}
</style>
background-color css
<style>
a { background-color: #AACEE1; }
a { background-color: rgb(170,206,225); }
div.DivClassName
{
background-color: #AACEE1;
}
.BgClassName
{
background-color: #AACEE1;
}
</style>
border-color css
<style>
span { border-color: #AACEE1; }
span { border-color: rgb(170,206,225); }
td.TdClassName
{
border-color: #AACEE1;
}
.TagClassName
{
border-color: #AACEE1;
}
</style>