Shades of French Pass #A6CCDF
Tints of French Pass #A6CCDF
RGB
CMYK
RGB Variations
Color information
#A6CCDF (or 0xA6CCDF) is known color: French Pass. HEX triplet: A6, CC and DF. RGB value is (166,204,223). Sum of RGB (Red+Green+Blue) = 166+204+223=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDF is #593320. Grayscale: #C2C2C2. Windows color (decimal): -5845793 or 14666918. OLE color: 14666918.
HSL color Cylindrical-coordinate representation of color #A6CCDF: hue angle of 200º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CCDF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 204 | 223 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.13 |
| HSL | 200º | 0.47% | 0.76% | - |
| HSV(B) | 200º | 0.26% | 0.87% | - |
| XYZ | 50.64 | 56.62 | 78.07 | - |
| YUV | 194.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 223 | 0.26 | 0.09 | 0 | 0.13 | 200 | 0.47 | 0.76 |
| Hex | A6 | CC | DF | 1A | 9 | 0 | D | C8 | 2F | 4C |
| Octal | 246 | 314 | 337 | 32 | 11 | 0 | 15 | 310 | 57 | 114 |
| Binary | 10100110 | 11001100 | 11011111 | 11010 | 1001 | 0 | 1101 | 11001000 | 101111 | 1001100 |
Color Harmonies of #A6CCDF
Complementary color
Monochromatic Colors of #A6CCDF
Black with #A6CCDF
Text Example
Text Example
White with #A6CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCDF; }
p { color: rgb(166,204,223); }
H1.HeaderClassName
{
color: #A6CCDF;
}
.AnyTagClassName
{
color: #A6CCDF;
}
</style>
background-color css
<style>
a { background-color: #A6CCDF; }
a { background-color: rgb(166,204,223); }
div.DivClassName
{
background-color: #A6CCDF;
}
.BgClassName
{
background-color: #A6CCDF;
}
</style>
border-color css
<style>
span { border-color: #A6CCDF; }
span { border-color: rgb(166,204,223); }
td.TdClassName
{
border-color: #A6CCDF;
}
.TagClassName
{
border-color: #A6CCDF;
}
</style>