Shades of French Pass #ABCFE1
Tints of French Pass #ABCFE1
RGB
CMYK
RGB Variations
Color information
#ABCFE1 (or 0xABCFE1) is known color: French Pass. HEX triplet: AB, CF and E1. RGB value is (171,207,225). Sum of RGB (Red+Green+Blue) = 171+207+225=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABCFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFE1 is #54301E. Grayscale: #C6C6C6. Windows color (decimal): -5517343 or 14798763. OLE color: 14798763.
HSL color Cylindrical-coordinate representation of color #ABCFE1: hue angle of 200º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCFE1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 207 | 225 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.12 |
| HSL | 200º | 0.47% | 0.78% | - |
| HSV(B) | 200º | 0.24% | 0.88% | - |
| XYZ | 52.7 | 58.72 | 79.79 | - |
| YUV | 198.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 225 | 0.24 | 0.08 | 0 | 0.12 | 200 | 0.47 | 0.78 |
| Hex | AB | CF | E1 | 18 | 8 | 0 | C | C8 | 2F | 4E |
| Octal | 253 | 317 | 341 | 30 | 10 | 0 | 14 | 310 | 57 | 116 |
| Binary | 10101011 | 11001111 | 11100001 | 11000 | 1000 | 0 | 1100 | 11001000 | 101111 | 1001110 |
Color Harmonies of #ABCFE1
Complementary color
Monochromatic Colors of #ABCFE1
Black with #ABCFE1
Text Example
Text Example
White with #ABCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE1; }
p { color: rgb(171,207,225); }
H1.HeaderClassName
{
color: #ABCFE1;
}
.AnyTagClassName
{
color: #ABCFE1;
}
</style>
background-color css
<style>
a { background-color: #ABCFE1; }
a { background-color: rgb(171,207,225); }
div.DivClassName
{
background-color: #ABCFE1;
}
.BgClassName
{
background-color: #ABCFE1;
}
</style>
border-color css
<style>
span { border-color: #ABCFE1; }
span { border-color: rgb(171,207,225); }
td.TdClassName
{
border-color: #ABCFE1;
}
.TagClassName
{
border-color: #ABCFE1;
}
</style>