Shades of French Pass #AAD3E2
Tints of French Pass #AAD3E2
RGB
CMYK
RGB Variations
Color information
#AAD3E2 (or 0xAAD3E2) is known color: French Pass. HEX triplet: AA, D3 and E2. RGB value is (170,211,226). Sum of RGB (Red+Green+Blue) = 170+211+226=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #AAD3E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3E2 is #552C1D. Grayscale: #C8C8C8. Windows color (decimal): -5581854 or 14865322. OLE color: 14865322.
HSL color Cylindrical-coordinate representation of color #AAD3E2: hue angle of 196.07º degrees, saturation: 0.49, 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 #AAD3E2 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 211 | 226 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.11 |
| HSL | 196.07º | 0.49% | 0.78% | - |
| HSV(B) | 196.07º | 0.25% | 0.89% | - |
| XYZ | 53.6 | 60.63 | 80.83 | - |
| YUV | 200.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 226 | 0.25 | 0.07 | 0 | 0.11 | 196.07 | 0.49 | 0.78 |
| Hex | AA | D3 | E2 | 19 | 7 | 0 | B | C4 | 31 | 4E |
| Octal | 252 | 323 | 342 | 31 | 7 | 0 | 13 | 304 | 61 | 116 |
| Binary | 10101010 | 11010011 | 11100010 | 11001 | 111 | 0 | 1011 | 11000100 | 110001 | 1001110 |
Color Harmonies of #AAD3E2
Complementary color
Monochromatic Colors of #AAD3E2
Black with #AAD3E2
Text Example
Text Example
White with #AAD3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3E2; }
p { color: rgb(170,211,226); }
H1.HeaderClassName
{
color: #AAD3E2;
}
.AnyTagClassName
{
color: #AAD3E2;
}
</style>
background-color css
<style>
a { background-color: #AAD3E2; }
a { background-color: rgb(170,211,226); }
div.DivClassName
{
background-color: #AAD3E2;
}
.BgClassName
{
background-color: #AAD3E2;
}
</style>
border-color css
<style>
span { border-color: #AAD3E2; }
span { border-color: rgb(170,211,226); }
td.TdClassName
{
border-color: #AAD3E2;
}
.TagClassName
{
border-color: #AAD3E2;
}
</style>