Shades of French Pass #AAD0DF
Tints of French Pass #AAD0DF
RGB
CMYK
RGB Variations
Color information
#AAD0DF (or 0xAAD0DF) is known color: French Pass. HEX triplet: AA, D0 and DF. RGB value is (170,208,223). Sum of RGB (Red+Green+Blue) = 170+208+223=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DF is #552F20. Grayscale: #C6C6C6. Windows color (decimal): -5582625 or 14667946. OLE color: 14667946.
HSL color Cylindrical-coordinate representation of color #AAD0DF: hue angle of 196.98º 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 #AAD0DF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 208 | 223 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.13 |
| HSL | 196.98º | 0.45% | 0.77% | - |
| HSV(B) | 196.98º | 0.24% | 0.87% | - |
| XYZ | 52.45 | 58.99 | 78.43 | - |
| YUV | 198.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 223 | 0.24 | 0.07 | 0 | 0.13 | 196.98 | 0.45 | 0.77 |
| Hex | AA | D0 | DF | 18 | 7 | 0 | D | C5 | 2D | 4D |
| Octal | 252 | 320 | 337 | 30 | 7 | 0 | 15 | 305 | 55 | 115 |
| Binary | 10101010 | 11010000 | 11011111 | 11000 | 111 | 0 | 1101 | 11000101 | 101101 | 1001101 |
Color Harmonies of #AAD0DF
Complementary color
Monochromatic Colors of #AAD0DF
Black with #AAD0DF
Text Example
Text Example
White with #AAD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0DF; }
p { color: rgb(170,208,223); }
H1.HeaderClassName
{
color: #AAD0DF;
}
.AnyTagClassName
{
color: #AAD0DF;
}
</style>
background-color css
<style>
a { background-color: #AAD0DF; }
a { background-color: rgb(170,208,223); }
div.DivClassName
{
background-color: #AAD0DF;
}
.BgClassName
{
background-color: #AAD0DF;
}
</style>
border-color css
<style>
span { border-color: #AAD0DF; }
span { border-color: rgb(170,208,223); }
td.TdClassName
{
border-color: #AAD0DF;
}
.TagClassName
{
border-color: #AAD0DF;
}
</style>