Shades of French Pass #AAD3E0
Tints of French Pass #AAD3E0
RGB
CMYK
RGB Variations
Color information
#AAD3E0 (or 0xAAD3E0) is known color: French Pass. HEX triplet: AA, D3 and E0. RGB value is (170,211,224). Sum of RGB (Red+Green+Blue) = 170+211+224=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3E0 is #552C1F. Grayscale: #C8C8C8. Windows color (decimal): -5581856 or 14734250. OLE color: 14734250.
HSL color Cylindrical-coordinate representation of color #AAD3E0: hue angle of 194.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD3E0 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 211 | 224 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.12 |
| HSL | 194.44º | 0.47% | 0.77% | - |
| HSV(B) | 194.44º | 0.24% | 0.88% | - |
| XYZ | 53.33 | 60.52 | 79.39 | - |
| YUV | 200.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 224 | 0.24 | 0.06 | 0 | 0.12 | 194.44 | 0.47 | 0.77 |
| Hex | AA | D3 | E0 | 18 | 6 | 0 | C | C2 | 2F | 4D |
| Octal | 252 | 323 | 340 | 30 | 6 | 0 | 14 | 302 | 57 | 115 |
| Binary | 10101010 | 11010011 | 11100000 | 11000 | 110 | 0 | 1100 | 11000010 | 101111 | 1001101 |
Color Harmonies of #AAD3E0
Complementary color
Monochromatic Colors of #AAD3E0
Black with #AAD3E0
Text Example
Text Example
White with #AAD3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3E0; }
p { color: rgb(170,211,224); }
H1.HeaderClassName
{
color: #AAD3E0;
}
.AnyTagClassName
{
color: #AAD3E0;
}
</style>
background-color css
<style>
a { background-color: #AAD3E0; }
a { background-color: rgb(170,211,224); }
div.DivClassName
{
background-color: #AAD3E0;
}
.BgClassName
{
background-color: #AAD3E0;
}
</style>
border-color css
<style>
span { border-color: #AAD3E0; }
span { border-color: rgb(170,211,224); }
td.TdClassName
{
border-color: #AAD3E0;
}
.TagClassName
{
border-color: #AAD3E0;
}
</style>