Shades of French Pass #ABD2E1
Tints of French Pass #ABD2E1
RGB
CMYK
RGB Variations
Color information
#ABD2E1 (or 0xABD2E1) is known color: French Pass. HEX triplet: AB, D2 and E1. RGB value is (171,210,225). Sum of RGB (Red+Green+Blue) = 171+210+225=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABD2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2E1 is #542D1E. Grayscale: #C7C7C7. Windows color (decimal): -5516575 or 14799531. OLE color: 14799531.
HSL color Cylindrical-coordinate representation of color #ABD2E1: hue angle of 196.67º 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 #ABD2E1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 210 | 225 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.12 |
| HSL | 196.67º | 0.47% | 0.78% | - |
| HSV(B) | 196.67º | 0.24% | 0.88% | - |
| XYZ | 53.43 | 60.19 | 80.04 | - |
| YUV | 200.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 225 | 0.24 | 0.07 | 0 | 0.12 | 196.67 | 0.47 | 0.78 |
| Hex | AB | D2 | E1 | 18 | 7 | 0 | C | C5 | 2F | 4E |
| Octal | 253 | 322 | 341 | 30 | 7 | 0 | 14 | 305 | 57 | 116 |
| Binary | 10101011 | 11010010 | 11100001 | 11000 | 111 | 0 | 1100 | 11000101 | 101111 | 1001110 |
Color Harmonies of #ABD2E1
Complementary color
Monochromatic Colors of #ABD2E1
Black with #ABD2E1
Text Example
Text Example
White with #ABD2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2E1; }
p { color: rgb(171,210,225); }
H1.HeaderClassName
{
color: #ABD2E1;
}
.AnyTagClassName
{
color: #ABD2E1;
}
</style>
background-color css
<style>
a { background-color: #ABD2E1; }
a { background-color: rgb(171,210,225); }
div.DivClassName
{
background-color: #ABD2E1;
}
.BgClassName
{
background-color: #ABD2E1;
}
</style>
border-color css
<style>
span { border-color: #ABD2E1; }
span { border-color: rgb(171,210,225); }
td.TdClassName
{
border-color: #ABD2E1;
}
.TagClassName
{
border-color: #ABD2E1;
}
</style>