Shades of French Pass #A2D6E1
Tints of French Pass #A2D6E1
RGB
CMYK
RGB Variations
Color information
#A2D6E1 (or 0xA2D6E1) is known color: French Pass. HEX triplet: A2, D6 and E1. RGB value is (162,214,225). Sum of RGB (Red+Green+Blue) = 162+214+225=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #A2D6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6E1 is #5D291E. Grayscale: #C7C7C7. Windows color (decimal): -6105375 or 14800546. OLE color: 14800546.
HSL color Cylindrical-coordinate representation of color #A2D6E1: hue angle of 190.48º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2D6E1 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 214 | 225 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.12 |
| HSL | 190.48º | 0.51% | 0.76% | - |
| HSV(B) | 190.48º | 0.28% | 0.88% | - |
| XYZ | 52.54 | 61.21 | 80.28 | - |
| YUV | 199.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 225 | 0.28 | 0.05 | 0 | 0.12 | 190.48 | 0.51 | 0.76 |
| Hex | A2 | D6 | E1 | 1C | 5 | 0 | C | BE | 33 | 4C |
| Octal | 242 | 326 | 341 | 34 | 5 | 0 | 14 | 276 | 63 | 114 |
| Binary | 10100010 | 11010110 | 11100001 | 11100 | 101 | 0 | 1100 | 10111110 | 110011 | 1001100 |
Color Harmonies of #A2D6E1
Complementary color
Monochromatic Colors of #A2D6E1
Black with #A2D6E1
Text Example
Text Example
White with #A2D6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6E1; }
p { color: rgb(162,214,225); }
H1.HeaderClassName
{
color: #A2D6E1;
}
.AnyTagClassName
{
color: #A2D6E1;
}
</style>
background-color css
<style>
a { background-color: #A2D6E1; }
a { background-color: rgb(162,214,225); }
div.DivClassName
{
background-color: #A2D6E1;
}
.BgClassName
{
background-color: #A2D6E1;
}
</style>
border-color css
<style>
span { border-color: #A2D6E1; }
span { border-color: rgb(162,214,225); }
td.TdClassName
{
border-color: #A2D6E1;
}
.TagClassName
{
border-color: #A2D6E1;
}
</style>