Shades of French Pass #A2CEE3
Tints of French Pass #A2CEE3
RGB
CMYK
RGB Variations
Color information
#A2CEE3 (or 0xA2CEE3) is known color: French Pass. HEX triplet: A2, CE and E3. RGB value is (162,206,227). Sum of RGB (Red+Green+Blue) = 162+206+227=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #A2CEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEE3 is #5D311C. Grayscale: #C3C3C3. Windows color (decimal): -6107421 or 14929570. OLE color: 14929570.
HSL color Cylindrical-coordinate representation of color #A2CEE3: hue angle of 199.38º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2CEE3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 206 | 227 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.11 |
| HSL | 199.38º | 0.54% | 0.76% | - |
| HSV(B) | 199.38º | 0.29% | 0.89% | - |
| XYZ | 50.84 | 57.37 | 81.07 | - |
| YUV | 195.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 227 | 0.29 | 0.09 | 0 | 0.11 | 199.38 | 0.54 | 0.76 |
| Hex | A2 | CE | E3 | 1D | 9 | 0 | B | C7 | 36 | 4C |
| Octal | 242 | 316 | 343 | 35 | 11 | 0 | 13 | 307 | 66 | 114 |
| Binary | 10100010 | 11001110 | 11100011 | 11101 | 1001 | 0 | 1011 | 11000111 | 110110 | 1001100 |
Color Harmonies of #A2CEE3
Complementary color
Monochromatic Colors of #A2CEE3
Black with #A2CEE3
Text Example
Text Example
White with #A2CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEE3; }
p { color: rgb(162,206,227); }
H1.HeaderClassName
{
color: #A2CEE3;
}
.AnyTagClassName
{
color: #A2CEE3;
}
</style>
background-color css
<style>
a { background-color: #A2CEE3; }
a { background-color: rgb(162,206,227); }
div.DivClassName
{
background-color: #A2CEE3;
}
.BgClassName
{
background-color: #A2CEE3;
}
</style>
border-color css
<style>
span { border-color: #A2CEE3; }
span { border-color: rgb(162,206,227); }
td.TdClassName
{
border-color: #A2CEE3;
}
.TagClassName
{
border-color: #A2CEE3;
}
</style>