Shades of French Pass #AACFE2
Tints of French Pass #AACFE2
RGB
CMYK
RGB Variations
Color information
#AACFE2 (or 0xAACFE2) is known color: French Pass. HEX triplet: AA, CF and E2. RGB value is (170,207,226). Sum of RGB (Red+Green+Blue) = 170+207+226=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFE2 is #55301D. Grayscale: #C5C5C5. Windows color (decimal): -5582878 or 14864298. OLE color: 14864298.
HSL color Cylindrical-coordinate representation of color #AACFE2: hue angle of 200.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACFE2 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 207 | 226 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.11 |
| HSL | 200.36º | 0.49% | 0.78% | - |
| HSV(B) | 200.36º | 0.25% | 0.89% | - |
| XYZ | 52.62 | 58.66 | 80.5 | - |
| YUV | 198.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 226 | 0.25 | 0.08 | 0 | 0.11 | 200.36 | 0.49 | 0.78 |
| Hex | AA | CF | E2 | 19 | 8 | 0 | B | C8 | 31 | 4E |
| Octal | 252 | 317 | 342 | 31 | 10 | 0 | 13 | 310 | 61 | 116 |
| Binary | 10101010 | 11001111 | 11100010 | 11001 | 1000 | 0 | 1011 | 11001000 | 110001 | 1001110 |
Color Harmonies of #AACFE2
Complementary color
Monochromatic Colors of #AACFE2
Black with #AACFE2
Text Example
Text Example
White with #AACFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFE2; }
p { color: rgb(170,207,226); }
H1.HeaderClassName
{
color: #AACFE2;
}
.AnyTagClassName
{
color: #AACFE2;
}
</style>
background-color css
<style>
a { background-color: #AACFE2; }
a { background-color: rgb(170,207,226); }
div.DivClassName
{
background-color: #AACFE2;
}
.BgClassName
{
background-color: #AACFE2;
}
</style>
border-color css
<style>
span { border-color: #AACFE2; }
span { border-color: rgb(170,207,226); }
td.TdClassName
{
border-color: #AACFE2;
}
.TagClassName
{
border-color: #AACFE2;
}
</style>