Shades of French Pass #AAD0E3
Tints of French Pass #AAD0E3
RGB
CMYK
RGB Variations
Color information
#AAD0E3 (or 0xAAD0E3) is known color: French Pass. HEX triplet: AA, D0 and E3. RGB value is (170,208,227). Sum of RGB (Red+Green+Blue) = 170+208+227=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAD0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0E3 is #552F1C. Grayscale: #C6C6C6. Windows color (decimal): -5582621 or 14930090. OLE color: 14930090.
HSL color Cylindrical-coordinate representation of color #AAD0E3: hue angle of 200º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD0E3 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 208 | 227 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.11 |
| HSL | 200º | 0.5% | 0.78% | - |
| HSV(B) | 200º | 0.25% | 0.89% | - |
| XYZ | 53 | 59.2 | 81.31 | - |
| YUV | 198.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 227 | 0.25 | 0.08 | 0 | 0.11 | 200 | 0.5 | 0.78 |
| Hex | AA | D0 | E3 | 19 | 8 | 0 | B | C8 | 32 | 4E |
| Octal | 252 | 320 | 343 | 31 | 10 | 0 | 13 | 310 | 62 | 116 |
| Binary | 10101010 | 11010000 | 11100011 | 11001 | 1000 | 0 | 1011 | 11001000 | 110010 | 1001110 |
Color Harmonies of #AAD0E3
Complementary color
Monochromatic Colors of #AAD0E3
Black with #AAD0E3
Text Example
Text Example
White with #AAD0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0E3; }
p { color: rgb(170,208,227); }
H1.HeaderClassName
{
color: #AAD0E3;
}
.AnyTagClassName
{
color: #AAD0E3;
}
</style>
background-color css
<style>
a { background-color: #AAD0E3; }
a { background-color: rgb(170,208,227); }
div.DivClassName
{
background-color: #AAD0E3;
}
.BgClassName
{
background-color: #AAD0E3;
}
</style>
border-color css
<style>
span { border-color: #AAD0E3; }
span { border-color: rgb(170,208,227); }
td.TdClassName
{
border-color: #AAD0E3;
}
.TagClassName
{
border-color: #AAD0E3;
}
</style>