Shades of French Pass #AACBDE
Tints of French Pass #AACBDE
RGB
CMYK
RGB Variations
Color information
#AACBDE (or 0xAACBDE) is known color: French Pass. HEX triplet: AA, CB and DE. RGB value is (170,203,222). Sum of RGB (Red+Green+Blue) = 170+203+222=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBDE is #553421. Grayscale: #C3C3C3. Windows color (decimal): -5583906 or 14601130. OLE color: 14601130.
HSL color Cylindrical-coordinate representation of color #AACBDE: hue angle of 201.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACBDE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 203 | 222 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 201.92º | 0.44% | 0.77% | - |
| HSV(B) | 201.92º | 0.23% | 0.87% | - |
| XYZ | 51.12 | 56.53 | 77.32 | - |
| YUV | 195.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 222 | 0.23 | 0.09 | 0 | 0.13 | 201.92 | 0.44 | 0.77 |
| Hex | AA | CB | DE | 17 | 9 | 0 | D | CA | 2C | 4D |
| Octal | 252 | 313 | 336 | 27 | 11 | 0 | 15 | 312 | 54 | 115 |
| Binary | 10101010 | 11001011 | 11011110 | 10111 | 1001 | 0 | 1101 | 11001010 | 101100 | 1001101 |
Color Harmonies of #AACBDE
Complementary color
Monochromatic Colors of #AACBDE
Black with #AACBDE
Text Example
Text Example
White with #AACBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBDE; }
p { color: rgb(170,203,222); }
H1.HeaderClassName
{
color: #AACBDE;
}
.AnyTagClassName
{
color: #AACBDE;
}
</style>
background-color css
<style>
a { background-color: #AACBDE; }
a { background-color: rgb(170,203,222); }
div.DivClassName
{
background-color: #AACBDE;
}
.BgClassName
{
background-color: #AACBDE;
}
</style>
border-color css
<style>
span { border-color: #AACBDE; }
span { border-color: rgb(170,203,222); }
td.TdClassName
{
border-color: #AACBDE;
}
.TagClassName
{
border-color: #AACBDE;
}
</style>