Shades of French Pass #A2CEDF
Tints of French Pass #A2CEDF
RGB
CMYK
RGB Variations
Color information
#A2CEDF (or 0xA2CEDF) is known color: French Pass. HEX triplet: A2, CE and DF. RGB value is (162,206,223). Sum of RGB (Red+Green+Blue) = 162+206+223=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEDF is #5D3120. Grayscale: #C2C2C2. Windows color (decimal): -6107425 or 14667426. OLE color: 14667426.
HSL color Cylindrical-coordinate representation of color #A2CEDF: hue angle of 196.72º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2CEDF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 206 | 223 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.13 |
| HSL | 196.72º | 0.49% | 0.75% | - |
| HSV(B) | 196.72º | 0.27% | 0.87% | - |
| XYZ | 50.29 | 57.15 | 78.19 | - |
| YUV | 194.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 223 | 0.27 | 0.08 | 0 | 0.13 | 196.72 | 0.49 | 0.75 |
| Hex | A2 | CE | DF | 1B | 8 | 0 | D | C5 | 31 | 4B |
| Octal | 242 | 316 | 337 | 33 | 10 | 0 | 15 | 305 | 61 | 113 |
| Binary | 10100010 | 11001110 | 11011111 | 11011 | 1000 | 0 | 1101 | 11000101 | 110001 | 1001011 |
Color Harmonies of #A2CEDF
Complementary color
Monochromatic Colors of #A2CEDF
Black with #A2CEDF
Text Example
Text Example
White with #A2CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEDF; }
p { color: rgb(162,206,223); }
H1.HeaderClassName
{
color: #A2CEDF;
}
.AnyTagClassName
{
color: #A2CEDF;
}
</style>
background-color css
<style>
a { background-color: #A2CEDF; }
a { background-color: rgb(162,206,223); }
div.DivClassName
{
background-color: #A2CEDF;
}
.BgClassName
{
background-color: #A2CEDF;
}
</style>
border-color css
<style>
span { border-color: #A2CEDF; }
span { border-color: rgb(162,206,223); }
td.TdClassName
{
border-color: #A2CEDF;
}
.TagClassName
{
border-color: #A2CEDF;
}
</style>