Shades of French Pass #AACFDA
Tints of French Pass #AACFDA
RGB
CMYK
RGB Variations
Color information
#AACFDA (or 0xAACFDA) is known color: French Pass. HEX triplet: AA, CF and DA. RGB value is (170,207,218). Sum of RGB (Red+Green+Blue) = 170+207+218=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #AACFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFDA is #553025. Grayscale: #C5C5C5. Windows color (decimal): -5582886 or 14340010. OLE color: 14340010.
HSL color Cylindrical-coordinate representation of color #AACFDA: hue angle of 193.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 #AACFDA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 207 | 218 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.15 |
| HSL | 193.75º | 0.39% | 0.76% | - |
| HSV(B) | 193.75º | 0.22% | 0.85% | - |
| XYZ | 51.55 | 58.23 | 74.85 | - |
| YUV | 197.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 218 | 0.22 | 0.05 | 0 | 0.15 | 193.75 | 0.39 | 0.76 |
| Hex | AA | CF | DA | 16 | 5 | 0 | F | C2 | 27 | 4C |
| Octal | 252 | 317 | 332 | 26 | 5 | 0 | 17 | 302 | 47 | 114 |
| Binary | 10101010 | 11001111 | 11011010 | 10110 | 101 | 0 | 1111 | 11000010 | 100111 | 1001100 |
Color Harmonies of #AACFDA
Complementary color
Monochromatic Colors of #AACFDA
Black with #AACFDA
Text Example
Text Example
White with #AACFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFDA; }
p { color: rgb(170,207,218); }
H1.HeaderClassName
{
color: #AACFDA;
}
.AnyTagClassName
{
color: #AACFDA;
}
</style>
background-color css
<style>
a { background-color: #AACFDA; }
a { background-color: rgb(170,207,218); }
div.DivClassName
{
background-color: #AACFDA;
}
.BgClassName
{
background-color: #AACFDA;
}
</style>
border-color css
<style>
span { border-color: #AACFDA; }
span { border-color: rgb(170,207,218); }
td.TdClassName
{
border-color: #AACFDA;
}
.TagClassName
{
border-color: #AACFDA;
}
</style>