Shades of French Pass #AAD0DB
Tints of French Pass #AAD0DB
RGB
CMYK
RGB Variations
Color information
#AAD0DB (or 0xAAD0DB) is known color: French Pass. HEX triplet: AA, D0 and DB. RGB value is (170,208,219). Sum of RGB (Red+Green+Blue) = 170+208+219=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DB is #552F24. Grayscale: #C5C5C5. Windows color (decimal): -5582629 or 14405802. OLE color: 14405802.
HSL color Cylindrical-coordinate representation of color #AAD0DB: hue angle of 193.47º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD0DB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 208 | 219 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.14 |
| HSL | 193.47º | 0.4% | 0.76% | - |
| HSV(B) | 193.47º | 0.22% | 0.86% | - |
| XYZ | 51.92 | 58.77 | 75.63 | - |
| YUV | 197.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 219 | 0.22 | 0.05 | 0 | 0.14 | 193.47 | 0.4 | 0.76 |
| Hex | AA | D0 | DB | 16 | 5 | 0 | E | C1 | 28 | 4C |
| Octal | 252 | 320 | 333 | 26 | 5 | 0 | 16 | 301 | 50 | 114 |
| Binary | 10101010 | 11010000 | 11011011 | 10110 | 101 | 0 | 1110 | 11000001 | 101000 | 1001100 |
Color Harmonies of #AAD0DB
Complementary color
Monochromatic Colors of #AAD0DB
Black with #AAD0DB
Text Example
Text Example
White with #AAD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0DB; }
p { color: rgb(170,208,219); }
H1.HeaderClassName
{
color: #AAD0DB;
}
.AnyTagClassName
{
color: #AAD0DB;
}
</style>
background-color css
<style>
a { background-color: #AAD0DB; }
a { background-color: rgb(170,208,219); }
div.DivClassName
{
background-color: #AAD0DB;
}
.BgClassName
{
background-color: #AAD0DB;
}
</style>
border-color css
<style>
span { border-color: #AAD0DB; }
span { border-color: rgb(170,208,219); }
td.TdClassName
{
border-color: #AAD0DB;
}
.TagClassName
{
border-color: #AAD0DB;
}
</style>