Shades of French Pass #A6CCDC
Tints of French Pass #A6CCDC
RGB
CMYK
RGB Variations
Color information
#A6CCDC (or 0xA6CCDC) is known color: French Pass. HEX triplet: A6, CC and DC. RGB value is (166,204,220). Sum of RGB (Red+Green+Blue) = 166+204+220=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDC is #593323. Grayscale: #C2C2C2. Windows color (decimal): -5845796 or 14470310. OLE color: 14470310.
HSL color Cylindrical-coordinate representation of color #A6CCDC: hue angle of 197.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6CCDC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 204 | 220 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.14 |
| HSL | 197.78º | 0.44% | 0.76% | - |
| HSV(B) | 197.78º | 0.25% | 0.86% | - |
| XYZ | 50.24 | 56.46 | 75.96 | - |
| YUV | 194.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 220 | 0.25 | 0.07 | 0 | 0.14 | 197.78 | 0.44 | 0.76 |
| Hex | A6 | CC | DC | 19 | 7 | 0 | E | C6 | 2C | 4C |
| Octal | 246 | 314 | 334 | 31 | 7 | 0 | 16 | 306 | 54 | 114 |
| Binary | 10100110 | 11001100 | 11011100 | 11001 | 111 | 0 | 1110 | 11000110 | 101100 | 1001100 |
Color Harmonies of #A6CCDC
Complementary color
Monochromatic Colors of #A6CCDC
Black with #A6CCDC
Text Example
Text Example
White with #A6CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCDC; }
p { color: rgb(166,204,220); }
H1.HeaderClassName
{
color: #A6CCDC;
}
.AnyTagClassName
{
color: #A6CCDC;
}
</style>
background-color css
<style>
a { background-color: #A6CCDC; }
a { background-color: rgb(166,204,220); }
div.DivClassName
{
background-color: #A6CCDC;
}
.BgClassName
{
background-color: #A6CCDC;
}
</style>
border-color css
<style>
span { border-color: #A6CCDC; }
span { border-color: rgb(166,204,220); }
td.TdClassName
{
border-color: #A6CCDC;
}
.TagClassName
{
border-color: #A6CCDC;
}
</style>