Shades of French Pass #AAD6DC
Tints of French Pass #AAD6DC
RGB
CMYK
RGB Variations
Color information
#AAD6DC (or 0xAAD6DC) is known color: French Pass. HEX triplet: AA, D6 and DC. RGB value is (170,214,220). Sum of RGB (Red+Green+Blue) = 170+214+220=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DC is #552923. Grayscale: #C9C9C9. Windows color (decimal): -5581092 or 14472874. OLE color: 14472874.
HSL color Cylindrical-coordinate representation of color #AAD6DC: hue angle of 187.2º 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 #AAD6DC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 214 | 220 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.14 |
| HSL | 187.2º | 0.42% | 0.76% | - |
| HSV(B) | 187.2º | 0.23% | 0.86% | - |
| XYZ | 53.54 | 61.81 | 76.82 | - |
| YUV | 201.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 220 | 0.23 | 0.03 | 0 | 0.14 | 187.2 | 0.42 | 0.76 |
| Hex | AA | D6 | DC | 17 | 3 | 0 | E | BB | 2A | 4C |
| Octal | 252 | 326 | 334 | 27 | 3 | 0 | 16 | 273 | 52 | 114 |
| Binary | 10101010 | 11010110 | 11011100 | 10111 | 11 | 0 | 1110 | 10111011 | 101010 | 1001100 |
Color Harmonies of #AAD6DC
Complementary color
Monochromatic Colors of #AAD6DC
Black with #AAD6DC
Text Example
Text Example
White with #AAD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6DC; }
p { color: rgb(170,214,220); }
H1.HeaderClassName
{
color: #AAD6DC;
}
.AnyTagClassName
{
color: #AAD6DC;
}
</style>
background-color css
<style>
a { background-color: #AAD6DC; }
a { background-color: rgb(170,214,220); }
div.DivClassName
{
background-color: #AAD6DC;
}
.BgClassName
{
background-color: #AAD6DC;
}
</style>
border-color css
<style>
span { border-color: #AAD6DC; }
span { border-color: rgb(170,214,220); }
td.TdClassName
{
border-color: #AAD6DC;
}
.TagClassName
{
border-color: #AAD6DC;
}
</style>