Shades of French Pass #AACBDA
Tints of French Pass #AACBDA
RGB
CMYK
RGB Variations
Color information
#AACBDA (or 0xAACBDA) is known color: French Pass. HEX triplet: AA, CB and DA. RGB value is (170,203,218). Sum of RGB (Red+Green+Blue) = 170+203+218=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #AACBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBDA is #553425. Grayscale: #C2C2C2. Windows color (decimal): -5583910 or 14338986. OLE color: 14338986.
HSL color Cylindrical-coordinate representation of color #AACBDA: hue angle of 198.75º 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 #AACBDA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 203 | 218 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.15 |
| HSL | 198.75º | 0.39% | 0.76% | - |
| HSV(B) | 198.75º | 0.22% | 0.85% | - |
| XYZ | 50.59 | 56.32 | 74.53 | - |
| YUV | 194.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 218 | 0.22 | 0.07 | 0 | 0.15 | 198.75 | 0.39 | 0.76 |
| Hex | AA | CB | DA | 16 | 7 | 0 | F | C7 | 27 | 4C |
| Octal | 252 | 313 | 332 | 26 | 7 | 0 | 17 | 307 | 47 | 114 |
| Binary | 10101010 | 11001011 | 11011010 | 10110 | 111 | 0 | 1111 | 11000111 | 100111 | 1001100 |
Color Harmonies of #AACBDA
Complementary color
Monochromatic Colors of #AACBDA
Black with #AACBDA
Text Example
Text Example
White with #AACBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBDA; }
p { color: rgb(170,203,218); }
H1.HeaderClassName
{
color: #AACBDA;
}
.AnyTagClassName
{
color: #AACBDA;
}
</style>
background-color css
<style>
a { background-color: #AACBDA; }
a { background-color: rgb(170,203,218); }
div.DivClassName
{
background-color: #AACBDA;
}
.BgClassName
{
background-color: #AACBDA;
}
</style>
border-color css
<style>
span { border-color: #AACBDA; }
span { border-color: rgb(170,203,218); }
td.TdClassName
{
border-color: #AACBDA;
}
.TagClassName
{
border-color: #AACBDA;
}
</style>