Shades of French Pass #AACFDC
Tints of French Pass #AACFDC
RGB
CMYK
RGB Variations
Color information
#AACFDC (or 0xAACFDC) is known color: French Pass. HEX triplet: AA, CF and DC. RGB value is (170,207,220). Sum of RGB (Red+Green+Blue) = 170+207+220=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFDC is #553023. Grayscale: #C5C5C5. Windows color (decimal): -5582884 or 14471082. OLE color: 14471082.
HSL color Cylindrical-coordinate representation of color #AACFDC: hue angle of 195.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 #AACFDC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 207 | 220 | - |
CMYK | 0.23 | 0.06 | 0 | 0.14 |
HSL | 195.6º | 0.42% | 0.76% | - |
HSV(B) | 195.6º | 0.23% | 0.86% | - |
XYZ | 51.81 | 58.34 | 76.24 | - |
YUV | 197.42 | 140.74 | 108.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 207 | 220 | 0.23 | 0.06 | 0 | 0.14 | 195.6 | 0.42 | 0.76 |
Hex | AA | CF | DC | 17 | 6 | 0 | E | C4 | 2A | 4C |
Octal | 252 | 317 | 334 | 27 | 6 | 0 | 16 | 304 | 52 | 114 |
Binary | 10101010 | 11001111 | 11011100 | 10111 | 110 | 0 | 1110 | 11000100 | 101010 | 1001100 |
Color Harmonies of #AACFDC
Complementary color
Monochromatic Colors of #AACFDC
Black with #AACFDC
Text Example
Text Example
White with #AACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFDC; }
p { color: rgb(170,207,220); }
H1.HeaderClassName
{
color: #AACFDC;
}
.AnyTagClassName
{
color: #AACFDC;
}
</style>
background-color css
<style>
a { background-color: #AACFDC; }
a { background-color: rgb(170,207,220); }
div.DivClassName
{
background-color: #AACFDC;
}
.BgClassName
{
background-color: #AACFDC;
}
</style>
border-color css
<style>
span { border-color: #AACFDC; }
span { border-color: rgb(170,207,220); }
td.TdClassName
{
border-color: #AACFDC;
}
.TagClassName
{
border-color: #AACFDC;
}
</style>