Shades of French Pass #A6D4E3
Tints of French Pass #A6D4E3
RGB
CMYK
RGB Variations
Color information
#A6D4E3 (or 0xA6D4E3) is known color: French Pass. HEX triplet: A6, D4 and E3. RGB value is (166,212,227). Sum of RGB (Red+Green+Blue) = 166+212+227=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6D4E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4E3 is #592B1C. Grayscale: #C7C7C7. Windows color (decimal): -5843741 or 14931110. OLE color: 14931110.
HSL color Cylindrical-coordinate representation of color #A6D4E3: hue angle of 194.75º degrees, saturation: 0.52, 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 #A6D4E3 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 212 | 227 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.11 |
| HSL | 194.75º | 0.52% | 0.77% | - |
| HSV(B) | 194.75º | 0.27% | 0.89% | - |
| XYZ | 53.13 | 60.74 | 81.6 | - |
| YUV | 199.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 227 | 0.27 | 0.07 | 0 | 0.11 | 194.75 | 0.52 | 0.77 |
| Hex | A6 | D4 | E3 | 1B | 7 | 0 | B | C3 | 34 | 4D |
| Octal | 246 | 324 | 343 | 33 | 7 | 0 | 13 | 303 | 64 | 115 |
| Binary | 10100110 | 11010100 | 11100011 | 11011 | 111 | 0 | 1011 | 11000011 | 110100 | 1001101 |
Color Harmonies of #A6D4E3
Complementary color
Monochromatic Colors of #A6D4E3
Black with #A6D4E3
Text Example
Text Example
White with #A6D4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4E3; }
p { color: rgb(166,212,227); }
H1.HeaderClassName
{
color: #A6D4E3;
}
.AnyTagClassName
{
color: #A6D4E3;
}
</style>
background-color css
<style>
a { background-color: #A6D4E3; }
a { background-color: rgb(166,212,227); }
div.DivClassName
{
background-color: #A6D4E3;
}
.BgClassName
{
background-color: #A6D4E3;
}
</style>
border-color css
<style>
span { border-color: #A6D4E3; }
span { border-color: rgb(166,212,227); }
td.TdClassName
{
border-color: #A6D4E3;
}
.TagClassName
{
border-color: #A6D4E3;
}
</style>