Shades of French Pass #AAD2D9
Tints of French Pass #AAD2D9
RGB
CMYK
RGB Variations
Color information
#AAD2D9 (or 0xAAD2D9) is known color: French Pass. HEX triplet: AA, D2 and D9. RGB value is (170,210,217). Sum of RGB (Red+Green+Blue) = 170+210+217=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAD2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2D9 is #552D26. Grayscale: #C6C6C6. Windows color (decimal): -5582119 or 14275242. OLE color: 14275242.
HSL color Cylindrical-coordinate representation of color #AAD2D9: hue angle of 188.94º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD2D9 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 210 | 217 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.15 |
| HSL | 188.94º | 0.38% | 0.76% | - |
| HSV(B) | 188.94º | 0.22% | 0.85% | - |
| XYZ | 52.15 | 59.65 | 74.41 | - |
| YUV | 198.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 217 | 0.22 | 0.03 | 0 | 0.15 | 188.94 | 0.38 | 0.76 |
| Hex | AA | D2 | D9 | 16 | 3 | 0 | F | BD | 26 | 4C |
| Octal | 252 | 322 | 331 | 26 | 3 | 0 | 17 | 275 | 46 | 114 |
| Binary | 10101010 | 11010010 | 11011001 | 10110 | 11 | 0 | 1111 | 10111101 | 100110 | 1001100 |
Color Harmonies of #AAD2D9
Complementary color
Monochromatic Colors of #AAD2D9
Black with #AAD2D9
Text Example
Text Example
White with #AAD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2D9; }
p { color: rgb(170,210,217); }
H1.HeaderClassName
{
color: #AAD2D9;
}
.AnyTagClassName
{
color: #AAD2D9;
}
</style>
background-color css
<style>
a { background-color: #AAD2D9; }
a { background-color: rgb(170,210,217); }
div.DivClassName
{
background-color: #AAD2D9;
}
.BgClassName
{
background-color: #AAD2D9;
}
</style>
border-color css
<style>
span { border-color: #AAD2D9; }
span { border-color: rgb(170,210,217); }
td.TdClassName
{
border-color: #AAD2D9;
}
.TagClassName
{
border-color: #AAD2D9;
}
</style>