Shades of French Pass #ABCFE0
Tints of French Pass #ABCFE0
RGB
CMYK
RGB Variations
Color information
#ABCFE0 (or 0xABCFE0) is known color: French Pass. HEX triplet: AB, CF and E0. RGB value is (171,207,224). Sum of RGB (Red+Green+Blue) = 171+207+224=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFE0 is #54301F. Grayscale: #C6C6C6. Windows color (decimal): -5517344 or 14733227. OLE color: 14733227.
HSL color Cylindrical-coordinate representation of color #ABCFE0: hue angle of 199.25º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCFE0 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 207 | 224 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.12 |
| HSL | 199.25º | 0.46% | 0.77% | - |
| HSV(B) | 199.25º | 0.24% | 0.88% | - |
| XYZ | 52.56 | 58.67 | 79.07 | - |
| YUV | 198.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 224 | 0.24 | 0.08 | 0 | 0.12 | 199.25 | 0.46 | 0.77 |
| Hex | AB | CF | E0 | 18 | 8 | 0 | C | C7 | 2E | 4D |
| Octal | 253 | 317 | 340 | 30 | 10 | 0 | 14 | 307 | 56 | 115 |
| Binary | 10101011 | 11001111 | 11100000 | 11000 | 1000 | 0 | 1100 | 11000111 | 101110 | 1001101 |
Color Harmonies of #ABCFE0
Complementary color
Monochromatic Colors of #ABCFE0
Black with #ABCFE0
Text Example
Text Example
White with #ABCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE0; }
p { color: rgb(171,207,224); }
H1.HeaderClassName
{
color: #ABCFE0;
}
.AnyTagClassName
{
color: #ABCFE0;
}
</style>
background-color css
<style>
a { background-color: #ABCFE0; }
a { background-color: rgb(171,207,224); }
div.DivClassName
{
background-color: #ABCFE0;
}
.BgClassName
{
background-color: #ABCFE0;
}
</style>
border-color css
<style>
span { border-color: #ABCFE0; }
span { border-color: rgb(171,207,224); }
td.TdClassName
{
border-color: #ABCFE0;
}
.TagClassName
{
border-color: #ABCFE0;
}
</style>