Shades of French Pass #AAD5E0
Tints of French Pass #AAD5E0
RGB
CMYK
RGB Variations
Color information
#AAD5E0 (or 0xAAD5E0) is known color: French Pass. HEX triplet: AA, D5 and E0. RGB value is (170,213,224). Sum of RGB (Red+Green+Blue) = 170+213+224=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5E0 is #552A1F. Grayscale: #C9C9C9. Windows color (decimal): -5581344 or 14734762. OLE color: 14734762.
HSL color Cylindrical-coordinate representation of color #AAD5E0: hue angle of 192.22º 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 #AAD5E0 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 213 | 224 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.12 |
| HSL | 192.22º | 0.47% | 0.77% | - |
| HSV(B) | 192.22º | 0.24% | 0.88% | - |
| XYZ | 53.83 | 61.52 | 79.56 | - |
| YUV | 201.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 224 | 0.24 | 0.05 | 0 | 0.12 | 192.22 | 0.47 | 0.77 |
| Hex | AA | D5 | E0 | 18 | 5 | 0 | C | C0 | 2F | 4D |
| Octal | 252 | 325 | 340 | 30 | 5 | 0 | 14 | 300 | 57 | 115 |
| Binary | 10101010 | 11010101 | 11100000 | 11000 | 101 | 0 | 1100 | 11000000 | 101111 | 1001101 |
Color Harmonies of #AAD5E0
Complementary color
Monochromatic Colors of #AAD5E0
Black with #AAD5E0
Text Example
Text Example
White with #AAD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5E0; }
p { color: rgb(170,213,224); }
H1.HeaderClassName
{
color: #AAD5E0;
}
.AnyTagClassName
{
color: #AAD5E0;
}
</style>
background-color css
<style>
a { background-color: #AAD5E0; }
a { background-color: rgb(170,213,224); }
div.DivClassName
{
background-color: #AAD5E0;
}
.BgClassName
{
background-color: #AAD5E0;
}
</style>
border-color css
<style>
span { border-color: #AAD5E0; }
span { border-color: rgb(170,213,224); }
td.TdClassName
{
border-color: #AAD5E0;
}
.TagClassName
{
border-color: #AAD5E0;
}
</style>