Shades of French Pass #A6CFE4
Tints of French Pass #A6CFE4
RGB
CMYK
RGB Variations
Color information
#A6CFE4 (or 0xA6CFE4) is known color: French Pass. HEX triplet: A6, CF and E4. RGB value is (166,207,228). Sum of RGB (Red+Green+Blue) = 166+207+228=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFE4 is #59301B. Grayscale: #C5C5C5. Windows color (decimal): -5845020 or 14995366. OLE color: 14995366.
HSL color Cylindrical-coordinate representation of color #A6CFE4: hue angle of 200.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6CFE4 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 207 | 228 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.11 |
| HSL | 200.32º | 0.53% | 0.77% | - |
| HSV(B) | 200.32º | 0.27% | 0.89% | - |
| XYZ | 52.04 | 58.33 | 81.92 | - |
| YUV | 197.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 228 | 0.27 | 0.09 | 0 | 0.11 | 200.32 | 0.53 | 0.77 |
| Hex | A6 | CF | E4 | 1B | 9 | 0 | B | C8 | 35 | 4D |
| Octal | 246 | 317 | 344 | 33 | 11 | 0 | 13 | 310 | 65 | 115 |
| Binary | 10100110 | 11001111 | 11100100 | 11011 | 1001 | 0 | 1011 | 11001000 | 110101 | 1001101 |
Color Harmonies of #A6CFE4
Complementary color
Monochromatic Colors of #A6CFE4
Black with #A6CFE4
Text Example
Text Example
White with #A6CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFE4; }
p { color: rgb(166,207,228); }
H1.HeaderClassName
{
color: #A6CFE4;
}
.AnyTagClassName
{
color: #A6CFE4;
}
</style>
background-color css
<style>
a { background-color: #A6CFE4; }
a { background-color: rgb(166,207,228); }
div.DivClassName
{
background-color: #A6CFE4;
}
.BgClassName
{
background-color: #A6CFE4;
}
</style>
border-color css
<style>
span { border-color: #A6CFE4; }
span { border-color: rgb(166,207,228); }
td.TdClassName
{
border-color: #A6CFE4;
}
.TagClassName
{
border-color: #A6CFE4;
}
</style>