Shades of French Pass #AAD6DF
Tints of French Pass #AAD6DF
RGB
CMYK
RGB Variations
Color information
#AAD6DF (or 0xAAD6DF) is known color: French Pass. HEX triplet: AA, D6 and DF. RGB value is (170,214,223). Sum of RGB (Red+Green+Blue) = 170+214+223=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DF is #552920. Grayscale: #C9C9C9. Windows color (decimal): -5581089 or 14669482. OLE color: 14669482.
HSL color Cylindrical-coordinate representation of color #AAD6DF: hue angle of 190.19º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD6DF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 214 | 223 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.13 |
| HSL | 190.19º | 0.45% | 0.77% | - |
| HSV(B) | 190.19º | 0.24% | 0.87% | - |
| XYZ | 53.94 | 61.97 | 78.93 | - |
| YUV | 201.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 223 | 0.24 | 0.04 | 0 | 0.13 | 190.19 | 0.45 | 0.77 |
| Hex | AA | D6 | DF | 18 | 4 | 0 | D | BE | 2D | 4D |
| Octal | 252 | 326 | 337 | 30 | 4 | 0 | 15 | 276 | 55 | 115 |
| Binary | 10101010 | 11010110 | 11011111 | 11000 | 100 | 0 | 1101 | 10111110 | 101101 | 1001101 |
Color Harmonies of #AAD6DF
Complementary color
Monochromatic Colors of #AAD6DF
Black with #AAD6DF
Text Example
Text Example
White with #AAD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6DF; }
p { color: rgb(170,214,223); }
H1.HeaderClassName
{
color: #AAD6DF;
}
.AnyTagClassName
{
color: #AAD6DF;
}
</style>
background-color css
<style>
a { background-color: #AAD6DF; }
a { background-color: rgb(170,214,223); }
div.DivClassName
{
background-color: #AAD6DF;
}
.BgClassName
{
background-color: #AAD6DF;
}
</style>
border-color css
<style>
span { border-color: #AAD6DF; }
span { border-color: rgb(170,214,223); }
td.TdClassName
{
border-color: #AAD6DF;
}
.TagClassName
{
border-color: #AAD6DF;
}
</style>