Shades of French Pass #ABCEE1
Tints of French Pass #ABCEE1
RGB
CMYK
RGB Variations
Color information
#ABCEE1 (or 0xABCEE1) is known color: French Pass. HEX triplet: AB, CE and E1. RGB value is (171,206,225). Sum of RGB (Red+Green+Blue) = 171+206+225=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEE1 is #54311E. Grayscale: #C5C5C5. Windows color (decimal): -5517599 or 14798507. OLE color: 14798507.
HSL color Cylindrical-coordinate representation of color #ABCEE1: hue angle of 201.11º 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 #ABCEE1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 206 | 225 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.12 |
| HSL | 201.11º | 0.47% | 0.78% | - |
| HSV(B) | 201.11º | 0.24% | 0.88% | - |
| XYZ | 52.46 | 58.24 | 79.71 | - |
| YUV | 197.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 225 | 0.24 | 0.08 | 0 | 0.12 | 201.11 | 0.47 | 0.78 |
| Hex | AB | CE | E1 | 18 | 8 | 0 | C | C9 | 2F | 4E |
| Octal | 253 | 316 | 341 | 30 | 10 | 0 | 14 | 311 | 57 | 116 |
| Binary | 10101011 | 11001110 | 11100001 | 11000 | 1000 | 0 | 1100 | 11001001 | 101111 | 1001110 |
Color Harmonies of #ABCEE1
Complementary color
Monochromatic Colors of #ABCEE1
Black with #ABCEE1
Text Example
Text Example
White with #ABCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEE1; }
p { color: rgb(171,206,225); }
H1.HeaderClassName
{
color: #ABCEE1;
}
.AnyTagClassName
{
color: #ABCEE1;
}
</style>
background-color css
<style>
a { background-color: #ABCEE1; }
a { background-color: rgb(171,206,225); }
div.DivClassName
{
background-color: #ABCEE1;
}
.BgClassName
{
background-color: #ABCEE1;
}
</style>
border-color css
<style>
span { border-color: #ABCEE1; }
span { border-color: rgb(171,206,225); }
td.TdClassName
{
border-color: #ABCEE1;
}
.TagClassName
{
border-color: #ABCEE1;
}
</style>