Shades of French Pass #AAD4DB
Tints of French Pass #AAD4DB
RGB
CMYK
RGB Variations
Color information
#AAD4DB (or 0xAAD4DB) is known color: French Pass. HEX triplet: AA, D4 and DB. RGB value is (170,212,219). Sum of RGB (Red+Green+Blue) = 170+212+219=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4DB is #552B24. Grayscale: #C8C8C8. Windows color (decimal): -5581605 or 14406826. OLE color: 14406826.
HSL color Cylindrical-coordinate representation of color #AAD4DB: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD4DB is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 212 | 219 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.14 |
| HSL | 188.57º | 0.4% | 0.76% | - |
| HSV(B) | 188.57º | 0.22% | 0.86% | - |
| XYZ | 52.91 | 60.75 | 75.95 | - |
| YUV | 200.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 219 | 0.22 | 0.03 | 0 | 0.14 | 188.57 | 0.4 | 0.76 |
| Hex | AA | D4 | DB | 16 | 3 | 0 | E | BD | 28 | 4C |
| Octal | 252 | 324 | 333 | 26 | 3 | 0 | 16 | 275 | 50 | 114 |
| Binary | 10101010 | 11010100 | 11011011 | 10110 | 11 | 0 | 1110 | 10111101 | 101000 | 1001100 |
Color Harmonies of #AAD4DB
Complementary color
Monochromatic Colors of #AAD4DB
Black with #AAD4DB
Text Example
Text Example
White with #AAD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4DB; }
p { color: rgb(170,212,219); }
H1.HeaderClassName
{
color: #AAD4DB;
}
.AnyTagClassName
{
color: #AAD4DB;
}
</style>
background-color css
<style>
a { background-color: #AAD4DB; }
a { background-color: rgb(170,212,219); }
div.DivClassName
{
background-color: #AAD4DB;
}
.BgClassName
{
background-color: #AAD4DB;
}
</style>
border-color css
<style>
span { border-color: #AAD4DB; }
span { border-color: rgb(170,212,219); }
td.TdClassName
{
border-color: #AAD4DB;
}
.TagClassName
{
border-color: #AAD4DB;
}
</style>