Shades of French Pass #A6CFE0
Tints of French Pass #A6CFE0
RGB
CMYK
RGB Variations
Color information
#A6CFE0 (or 0xA6CFE0) is known color: French Pass. HEX triplet: A6, CF and E0. RGB value is (166,207,224). Sum of RGB (Red+Green+Blue) = 166+207+224=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFE0 is #59301F. Grayscale: #C4C4C4. Windows color (decimal): -5845024 or 14733222. OLE color: 14733222.
HSL color Cylindrical-coordinate representation of color #A6CFE0: hue angle of 197.59º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CFE0 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 207 | 224 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.12 |
| HSL | 197.59º | 0.48% | 0.76% | - |
| HSV(B) | 197.59º | 0.26% | 0.88% | - |
| XYZ | 51.49 | 58.11 | 79.02 | - |
| YUV | 196.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 224 | 0.26 | 0.08 | 0 | 0.12 | 197.59 | 0.48 | 0.76 |
| Hex | A6 | CF | E0 | 1A | 8 | 0 | C | C6 | 30 | 4C |
| Octal | 246 | 317 | 340 | 32 | 10 | 0 | 14 | 306 | 60 | 114 |
| Binary | 10100110 | 11001111 | 11100000 | 11010 | 1000 | 0 | 1100 | 11000110 | 110000 | 1001100 |
Color Harmonies of #A6CFE0
Complementary color
Monochromatic Colors of #A6CFE0
Black with #A6CFE0
Text Example
Text Example
White with #A6CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFE0; }
p { color: rgb(166,207,224); }
H1.HeaderClassName
{
color: #A6CFE0;
}
.AnyTagClassName
{
color: #A6CFE0;
}
</style>
background-color css
<style>
a { background-color: #A6CFE0; }
a { background-color: rgb(166,207,224); }
div.DivClassName
{
background-color: #A6CFE0;
}
.BgClassName
{
background-color: #A6CFE0;
}
</style>
border-color css
<style>
span { border-color: #A6CFE0; }
span { border-color: rgb(166,207,224); }
td.TdClassName
{
border-color: #A6CFE0;
}
.TagClassName
{
border-color: #A6CFE0;
}
</style>