Shades of French Pass #AAD0DE
Tints of French Pass #AAD0DE
RGB
CMYK
RGB Variations
Color information
#AAD0DE (or 0xAAD0DE) is known color: French Pass. HEX triplet: AA, D0 and DE. RGB value is (170,208,222). Sum of RGB (Red+Green+Blue) = 170+208+222=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DE is #552F21. Grayscale: #C6C6C6. Windows color (decimal): -5582626 or 14602410. OLE color: 14602410.
HSL color Cylindrical-coordinate representation of color #AAD0DE: hue angle of 196.15º 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 #AAD0DE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 208 | 222 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.13 |
| HSL | 196.15º | 0.44% | 0.77% | - |
| HSV(B) | 196.15º | 0.23% | 0.87% | - |
| XYZ | 52.32 | 58.93 | 77.72 | - |
| YUV | 198.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 222 | 0.23 | 0.06 | 0 | 0.13 | 196.15 | 0.44 | 0.77 |
| Hex | AA | D0 | DE | 17 | 6 | 0 | D | C4 | 2C | 4D |
| Octal | 252 | 320 | 336 | 27 | 6 | 0 | 15 | 304 | 54 | 115 |
| Binary | 10101010 | 11010000 | 11011110 | 10111 | 110 | 0 | 1101 | 11000100 | 101100 | 1001101 |
Color Harmonies of #AAD0DE
Complementary color
Monochromatic Colors of #AAD0DE
Black with #AAD0DE
Text Example
Text Example
White with #AAD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0DE; }
p { color: rgb(170,208,222); }
H1.HeaderClassName
{
color: #AAD0DE;
}
.AnyTagClassName
{
color: #AAD0DE;
}
</style>
background-color css
<style>
a { background-color: #AAD0DE; }
a { background-color: rgb(170,208,222); }
div.DivClassName
{
background-color: #AAD0DE;
}
.BgClassName
{
background-color: #AAD0DE;
}
</style>
border-color css
<style>
span { border-color: #AAD0DE; }
span { border-color: rgb(170,208,222); }
td.TdClassName
{
border-color: #AAD0DE;
}
.TagClassName
{
border-color: #AAD0DE;
}
</style>