Shades of French Pass #A6D3E4
Tints of French Pass #A6D3E4
RGB
CMYK
RGB Variations
Color information
#A6D3E4 (or 0xA6D3E4) is known color: French Pass. HEX triplet: A6, D3 and E4. RGB value is (166,211,228). Sum of RGB (Red+Green+Blue) = 166+211+228=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6D3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3E4 is #592C1B. Grayscale: #C7C7C7. Windows color (decimal): -5843996 or 14996390. OLE color: 14996390.
HSL color Cylindrical-coordinate representation of color #A6D3E4: hue angle of 196.45º 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 #A6D3E4 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 211 | 228 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.11 |
| HSL | 196.45º | 0.53% | 0.77% | - |
| HSV(B) | 196.45º | 0.27% | 0.89% | - |
| XYZ | 53.02 | 60.3 | 82.24 | - |
| YUV | 199.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 228 | 0.27 | 0.07 | 0 | 0.11 | 196.45 | 0.53 | 0.77 |
| Hex | A6 | D3 | E4 | 1B | 7 | 0 | B | C4 | 35 | 4D |
| Octal | 246 | 323 | 344 | 33 | 7 | 0 | 13 | 304 | 65 | 115 |
| Binary | 10100110 | 11010011 | 11100100 | 11011 | 111 | 0 | 1011 | 11000100 | 110101 | 1001101 |
Color Harmonies of #A6D3E4
Complementary color
Monochromatic Colors of #A6D3E4
Black with #A6D3E4
Text Example
Text Example
White with #A6D3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3E4; }
p { color: rgb(166,211,228); }
H1.HeaderClassName
{
color: #A6D3E4;
}
.AnyTagClassName
{
color: #A6D3E4;
}
</style>
background-color css
<style>
a { background-color: #A6D3E4; }
a { background-color: rgb(166,211,228); }
div.DivClassName
{
background-color: #A6D3E4;
}
.BgClassName
{
background-color: #A6D3E4;
}
</style>
border-color css
<style>
span { border-color: #A6D3E4; }
span { border-color: rgb(166,211,228); }
td.TdClassName
{
border-color: #A6D3E4;
}
.TagClassName
{
border-color: #A6D3E4;
}
</style>