Shades of French Pass #A6CFE1
Tints of French Pass #A6CFE1
RGB
CMYK
RGB Variations
Color information
#A6CFE1 (or 0xA6CFE1) is known color: French Pass. HEX triplet: A6, CF and E1. RGB value is (166,207,225). Sum of RGB (Red+Green+Blue) = 166+207+225=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFE1 is #59301E. Grayscale: #C4C4C4. Windows color (decimal): -5845023 or 14798758. OLE color: 14798758.
HSL color Cylindrical-coordinate representation of color #A6CFE1: hue angle of 198.31º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CFE1 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 207 | 225 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.12 |
| HSL | 198.31º | 0.5% | 0.77% | - |
| HSV(B) | 198.31º | 0.26% | 0.88% | - |
| XYZ | 51.63 | 58.17 | 79.74 | - |
| YUV | 196.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 225 | 0.26 | 0.08 | 0 | 0.12 | 198.31 | 0.5 | 0.77 |
| Hex | A6 | CF | E1 | 1A | 8 | 0 | C | C6 | 32 | 4D |
| Octal | 246 | 317 | 341 | 32 | 10 | 0 | 14 | 306 | 62 | 115 |
| Binary | 10100110 | 11001111 | 11100001 | 11010 | 1000 | 0 | 1100 | 11000110 | 110010 | 1001101 |
Color Harmonies of #A6CFE1
Complementary color
Monochromatic Colors of #A6CFE1
Black with #A6CFE1
Text Example
Text Example
White with #A6CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFE1; }
p { color: rgb(166,207,225); }
H1.HeaderClassName
{
color: #A6CFE1;
}
.AnyTagClassName
{
color: #A6CFE1;
}
</style>
background-color css
<style>
a { background-color: #A6CFE1; }
a { background-color: rgb(166,207,225); }
div.DivClassName
{
background-color: #A6CFE1;
}
.BgClassName
{
background-color: #A6CFE1;
}
</style>
border-color css
<style>
span { border-color: #A6CFE1; }
span { border-color: rgb(166,207,225); }
td.TdClassName
{
border-color: #A6CFE1;
}
.TagClassName
{
border-color: #A6CFE1;
}
</style>