Shades of French Pass #A1D6EA
Tints of French Pass #A1D6EA
RGB
CMYK
RGB Variations
Color information
#A1D6EA (or 0xA1D6EA) is known color: French Pass. HEX triplet: A1, D6 and EA. RGB value is (161,214,234). Sum of RGB (Red+Green+Blue) = 161+214+234=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D6EA is #5E2915. Grayscale: #C8C8C8. Windows color (decimal): -6170902 or 15390369. OLE color: 15390369.
HSL color Cylindrical-coordinate representation of color #A1D6EA: hue angle of 196.44º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D6EA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 214 | 234 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.08 |
| HSL | 196.44º | 0.63% | 0.77% | - |
| HSV(B) | 196.44º | 0.31% | 0.92% | - |
| XYZ | 53.6 | 61.61 | 86.91 | - |
| YUV | 200.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 234 | 0.31 | 0.09 | 0 | 0.08 | 196.44 | 0.63 | 0.77 |
| Hex | A1 | D6 | EA | 1F | 9 | 0 | 8 | C4 | 3F | 4D |
| Octal | 241 | 326 | 352 | 37 | 11 | 0 | 10 | 304 | 77 | 115 |
| Binary | 10100001 | 11010110 | 11101010 | 11111 | 1001 | 0 | 1000 | 11000100 | 111111 | 1001101 |
Color Harmonies of #A1D6EA
Complementary color
Monochromatic Colors of #A1D6EA
Black with #A1D6EA
Text Example
Text Example
White with #A1D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D6EA; }
p { color: rgb(161,214,234); }
H1.HeaderClassName
{
color: #A1D6EA;
}
.AnyTagClassName
{
color: #A1D6EA;
}
</style>
background-color css
<style>
a { background-color: #A1D6EA; }
a { background-color: rgb(161,214,234); }
div.DivClassName
{
background-color: #A1D6EA;
}
.BgClassName
{
background-color: #A1D6EA;
}
</style>
border-color css
<style>
span { border-color: #A1D6EA; }
span { border-color: rgb(161,214,234); }
td.TdClassName
{
border-color: #A1D6EA;
}
.TagClassName
{
border-color: #A1D6EA;
}
</style>