Shades of French Pass #A6CDDD
Tints of French Pass #A6CDDD
RGB
CMYK
RGB Variations
Color information
#A6CDDD (or 0xA6CDDD) is known color: French Pass. HEX triplet: A6, CD and DD. RGB value is (166,205,221). Sum of RGB (Red+Green+Blue) = 166+205+221=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDDD is #593222. Grayscale: #C3C3C3. Windows color (decimal): -5845539 or 14536102. OLE color: 14536102.
HSL color Cylindrical-coordinate representation of color #A6CDDD: hue angle of 197.45º 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 #A6CDDD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 205 | 221 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.13 |
| HSL | 197.45º | 0.45% | 0.76% | - |
| HSV(B) | 197.45º | 0.25% | 0.87% | - |
| XYZ | 50.61 | 56.99 | 76.74 | - |
| YUV | 195.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 221 | 0.25 | 0.07 | 0 | 0.13 | 197.45 | 0.45 | 0.76 |
| Hex | A6 | CD | DD | 19 | 7 | 0 | D | C5 | 2D | 4C |
| Octal | 246 | 315 | 335 | 31 | 7 | 0 | 15 | 305 | 55 | 114 |
| Binary | 10100110 | 11001101 | 11011101 | 11001 | 111 | 0 | 1101 | 11000101 | 101101 | 1001100 |
Color Harmonies of #A6CDDD
Complementary color
Monochromatic Colors of #A6CDDD
Black with #A6CDDD
Text Example
Text Example
White with #A6CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDDD; }
p { color: rgb(166,205,221); }
H1.HeaderClassName
{
color: #A6CDDD;
}
.AnyTagClassName
{
color: #A6CDDD;
}
</style>
background-color css
<style>
a { background-color: #A6CDDD; }
a { background-color: rgb(166,205,221); }
div.DivClassName
{
background-color: #A6CDDD;
}
.BgClassName
{
background-color: #A6CDDD;
}
</style>
border-color css
<style>
span { border-color: #A6CDDD; }
span { border-color: rgb(166,205,221); }
td.TdClassName
{
border-color: #A6CDDD;
}
.TagClassName
{
border-color: #A6CDDD;
}
</style>