Shades of French Pass #A6CCDD
Tints of French Pass #A6CCDD
RGB
CMYK
RGB Variations
Color information
#A6CCDD (or 0xA6CCDD) is known color: French Pass. HEX triplet: A6, CC and DD. RGB value is (166,204,221). Sum of RGB (Red+Green+Blue) = 166+204+221=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDD is #593322. Grayscale: #C2C2C2. Windows color (decimal): -5845795 or 14535846. OLE color: 14535846.
HSL color Cylindrical-coordinate representation of color #A6CCDD: hue angle of 198.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6CCDD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 204 | 221 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.13 |
| HSL | 198.55º | 0.45% | 0.76% | - |
| HSV(B) | 198.55º | 0.25% | 0.87% | - |
| XYZ | 50.37 | 56.51 | 76.66 | - |
| YUV | 194.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 221 | 0.25 | 0.08 | 0 | 0.13 | 198.55 | 0.45 | 0.76 |
| Hex | A6 | CC | DD | 19 | 8 | 0 | D | C7 | 2D | 4C |
| Octal | 246 | 314 | 335 | 31 | 10 | 0 | 15 | 307 | 55 | 114 |
| Binary | 10100110 | 11001100 | 11011101 | 11001 | 1000 | 0 | 1101 | 11000111 | 101101 | 1001100 |
Color Harmonies of #A6CCDD
Complementary color
Monochromatic Colors of #A6CCDD
Black with #A6CCDD
Text Example
Text Example
White with #A6CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCDD; }
p { color: rgb(166,204,221); }
H1.HeaderClassName
{
color: #A6CCDD;
}
.AnyTagClassName
{
color: #A6CCDD;
}
</style>
background-color css
<style>
a { background-color: #A6CCDD; }
a { background-color: rgb(166,204,221); }
div.DivClassName
{
background-color: #A6CCDD;
}
.BgClassName
{
background-color: #A6CCDD;
}
</style>
border-color css
<style>
span { border-color: #A6CCDD; }
span { border-color: rgb(166,204,221); }
td.TdClassName
{
border-color: #A6CCDD;
}
.TagClassName
{
border-color: #A6CCDD;
}
</style>