Shades of French Pass #A2D6E5
Tints of French Pass #A2D6E5
RGB
CMYK
RGB Variations
Color information
#A2D6E5 (or 0xA2D6E5) is known color: French Pass. HEX triplet: A2, D6 and E5. RGB value is (162,214,229). Sum of RGB (Red+Green+Blue) = 162+214+229=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2D6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6E5 is #5D291A. Grayscale: #C8C8C8. Windows color (decimal): -6105371 or 15062690. OLE color: 15062690.
HSL color Cylindrical-coordinate representation of color #A2D6E5: hue angle of 193.43º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D6E5 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 214 | 229 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.10 |
| HSL | 193.43º | 0.56% | 0.77% | - |
| HSV(B) | 193.43º | 0.29% | 0.9% | - |
| XYZ | 53.09 | 61.43 | 83.19 | - |
| YUV | 200.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 229 | 0.29 | 0.07 | 0 | 0.10 | 193.43 | 0.56 | 0.77 |
| Hex | A2 | D6 | E5 | 1D | 7 | 0 | A | C1 | 38 | 4D |
| Octal | 242 | 326 | 345 | 35 | 7 | 0 | 12 | 301 | 70 | 115 |
| Binary | 10100010 | 11010110 | 11100101 | 11101 | 111 | 0 | 1010 | 11000001 | 111000 | 1001101 |
Color Harmonies of #A2D6E5
Complementary color
Monochromatic Colors of #A2D6E5
Black with #A2D6E5
Text Example
Text Example
White with #A2D6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6E5; }
p { color: rgb(162,214,229); }
H1.HeaderClassName
{
color: #A2D6E5;
}
.AnyTagClassName
{
color: #A2D6E5;
}
</style>
background-color css
<style>
a { background-color: #A2D6E5; }
a { background-color: rgb(162,214,229); }
div.DivClassName
{
background-color: #A2D6E5;
}
.BgClassName
{
background-color: #A2D6E5;
}
</style>
border-color css
<style>
span { border-color: #A2D6E5; }
span { border-color: rgb(162,214,229); }
td.TdClassName
{
border-color: #A2D6E5;
}
.TagClassName
{
border-color: #A2D6E5;
}
</style>