Shades of French Pass #ABD2DF
Tints of French Pass #ABD2DF
RGB
CMYK
RGB Variations
Color information
#ABD2DF (or 0xABD2DF) is known color: French Pass. HEX triplet: AB, D2 and DF. RGB value is (171,210,223). Sum of RGB (Red+Green+Blue) = 171+210+223=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2DF is #542D20. Grayscale: #C7C7C7. Windows color (decimal): -5516577 or 14668459. OLE color: 14668459.
HSL color Cylindrical-coordinate representation of color #ABD2DF: hue angle of 195º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD2DF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 210 | 223 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.13 |
| HSL | 195º | 0.45% | 0.77% | - |
| HSV(B) | 195º | 0.23% | 0.87% | - |
| XYZ | 53.16 | 60.08 | 78.61 | - |
| YUV | 199.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 223 | 0.23 | 0.06 | 0 | 0.13 | 195 | 0.45 | 0.77 |
| Hex | AB | D2 | DF | 17 | 6 | 0 | D | C3 | 2D | 4D |
| Octal | 253 | 322 | 337 | 27 | 6 | 0 | 15 | 303 | 55 | 115 |
| Binary | 10101011 | 11010010 | 11011111 | 10111 | 110 | 0 | 1101 | 11000011 | 101101 | 1001101 |
Color Harmonies of #ABD2DF
Complementary color
Monochromatic Colors of #ABD2DF
Black with #ABD2DF
Text Example
Text Example
White with #ABD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2DF; }
p { color: rgb(171,210,223); }
H1.HeaderClassName
{
color: #ABD2DF;
}
.AnyTagClassName
{
color: #ABD2DF;
}
</style>
background-color css
<style>
a { background-color: #ABD2DF; }
a { background-color: rgb(171,210,223); }
div.DivClassName
{
background-color: #ABD2DF;
}
.BgClassName
{
background-color: #ABD2DF;
}
</style>
border-color css
<style>
span { border-color: #ABD2DF; }
span { border-color: rgb(171,210,223); }
td.TdClassName
{
border-color: #ABD2DF;
}
.TagClassName
{
border-color: #ABD2DF;
}
</style>