Shades of French Pass #AACADA
Tints of French Pass #AACADA
RGB
CMYK
RGB Variations
Color information
#AACADA (or 0xAACADA) is known color: French Pass. HEX triplet: AA, CA and DA. RGB value is (170,202,218). Sum of RGB (Red+Green+Blue) = 170+202+218=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #AACADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADA is #553525. Grayscale: #C2C2C2. Windows color (decimal): -5584166 or 14338730. OLE color: 14338730.
HSL color Cylindrical-coordinate representation of color #AACADA: hue angle of 200º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACADA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 202 | 218 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.15 |
| HSL | 200º | 0.39% | 0.76% | - |
| HSV(B) | 200º | 0.22% | 0.85% | - |
| XYZ | 50.35 | 55.85 | 74.46 | - |
| YUV | 194.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 218 | 0.22 | 0.07 | 0 | 0.15 | 200 | 0.39 | 0.76 |
| Hex | AA | CA | DA | 16 | 7 | 0 | F | C8 | 27 | 4C |
| Octal | 252 | 312 | 332 | 26 | 7 | 0 | 17 | 310 | 47 | 114 |
| Binary | 10101010 | 11001010 | 11011010 | 10110 | 111 | 0 | 1111 | 11001000 | 100111 | 1001100 |
Color Harmonies of #AACADA
Complementary color
Monochromatic Colors of #AACADA
Black with #AACADA
Text Example
Text Example
White with #AACADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACADA; }
p { color: rgb(170,202,218); }
H1.HeaderClassName
{
color: #AACADA;
}
.AnyTagClassName
{
color: #AACADA;
}
</style>
background-color css
<style>
a { background-color: #AACADA; }
a { background-color: rgb(170,202,218); }
div.DivClassName
{
background-color: #AACADA;
}
.BgClassName
{
background-color: #AACADA;
}
</style>
border-color css
<style>
span { border-color: #AACADA; }
span { border-color: rgb(170,202,218); }
td.TdClassName
{
border-color: #AACADA;
}
.TagClassName
{
border-color: #AACADA;
}
</style>