Shades of French Pass #AAD4DC
Tints of French Pass #AAD4DC
RGB
CMYK
RGB Variations
Color information
#AAD4DC (or 0xAAD4DC) is known color: French Pass. HEX triplet: AA, D4 and DC. RGB value is (170,212,220). Sum of RGB (Red+Green+Blue) = 170+212+220=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4DC is #552B23. Grayscale: #C8C8C8. Windows color (decimal): -5581604 or 14472362. OLE color: 14472362.
HSL color Cylindrical-coordinate representation of color #AAD4DC: hue angle of 189.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD4DC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 212 | 220 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.14 |
| HSL | 189.6º | 0.42% | 0.76% | - |
| HSV(B) | 189.6º | 0.23% | 0.86% | - |
| XYZ | 53.04 | 60.8 | 76.65 | - |
| YUV | 200.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 220 | 0.23 | 0.04 | 0 | 0.14 | 189.6 | 0.42 | 0.76 |
| Hex | AA | D4 | DC | 17 | 4 | 0 | E | BE | 2A | 4C |
| Octal | 252 | 324 | 334 | 27 | 4 | 0 | 16 | 276 | 52 | 114 |
| Binary | 10101010 | 11010100 | 11011100 | 10111 | 100 | 0 | 1110 | 10111110 | 101010 | 1001100 |
Color Harmonies of #AAD4DC
Complementary color
Monochromatic Colors of #AAD4DC
Black with #AAD4DC
Text Example
Text Example
White with #AAD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4DC; }
p { color: rgb(170,212,220); }
H1.HeaderClassName
{
color: #AAD4DC;
}
.AnyTagClassName
{
color: #AAD4DC;
}
</style>
background-color css
<style>
a { background-color: #AAD4DC; }
a { background-color: rgb(170,212,220); }
div.DivClassName
{
background-color: #AAD4DC;
}
.BgClassName
{
background-color: #AAD4DC;
}
</style>
border-color css
<style>
span { border-color: #AAD4DC; }
span { border-color: rgb(170,212,220); }
td.TdClassName
{
border-color: #AAD4DC;
}
.TagClassName
{
border-color: #AAD4DC;
}
</style>