Shades of French Pass #A8CEDF
Tints of French Pass #A8CEDF
RGB
CMYK
RGB Variations
Color information
#A8CEDF (or 0xA8CEDF) is known color: French Pass. HEX triplet: A8, CE and DF. RGB value is (168,206,223). Sum of RGB (Red+Green+Blue) = 168+206+223=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEDF is #573120. Grayscale: #C4C4C4. Windows color (decimal): -5714209 or 14667432. OLE color: 14667432.
HSL color Cylindrical-coordinate representation of color #A8CEDF: hue angle of 198.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8CEDF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 206 | 223 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.13 |
| HSL | 198.55º | 0.46% | 0.77% | - |
| HSV(B) | 198.55º | 0.25% | 0.87% | - |
| XYZ | 51.54 | 57.8 | 78.25 | - |
| YUV | 196.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 223 | 0.25 | 0.08 | 0 | 0.13 | 198.55 | 0.46 | 0.77 |
| Hex | A8 | CE | DF | 19 | 8 | 0 | D | C7 | 2E | 4D |
| Octal | 250 | 316 | 337 | 31 | 10 | 0 | 15 | 307 | 56 | 115 |
| Binary | 10101000 | 11001110 | 11011111 | 11001 | 1000 | 0 | 1101 | 11000111 | 101110 | 1001101 |
Color Harmonies of #A8CEDF
Complementary color
Monochromatic Colors of #A8CEDF
Black with #A8CEDF
Text Example
Text Example
White with #A8CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEDF; }
p { color: rgb(168,206,223); }
H1.HeaderClassName
{
color: #A8CEDF;
}
.AnyTagClassName
{
color: #A8CEDF;
}
</style>
background-color css
<style>
a { background-color: #A8CEDF; }
a { background-color: rgb(168,206,223); }
div.DivClassName
{
background-color: #A8CEDF;
}
.BgClassName
{
background-color: #A8CEDF;
}
</style>
border-color css
<style>
span { border-color: #A8CEDF; }
span { border-color: rgb(168,206,223); }
td.TdClassName
{
border-color: #A8CEDF;
}
.TagClassName
{
border-color: #A8CEDF;
}
</style>