Shades of French Pass #ABCCDF
Tints of French Pass #ABCCDF
RGB
CMYK
RGB Variations
Color information
#ABCCDF (or 0xABCCDF) is known color: French Pass. HEX triplet: AB, CC and DF. RGB value is (171,204,223). Sum of RGB (Red+Green+Blue) = 171+204+223=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDF is #543320. Grayscale: #C4C4C4. Windows color (decimal): -5518113 or 14666923. OLE color: 14666923.
HSL color Cylindrical-coordinate representation of color #ABCCDF: hue angle of 201.92º 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 #ABCCDF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 204 | 223 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 201.92º | 0.45% | 0.77% | - |
| HSV(B) | 201.92º | 0.23% | 0.87% | - |
| XYZ | 51.71 | 57.17 | 78.12 | - |
| YUV | 196.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 223 | 0.23 | 0.09 | 0 | 0.13 | 201.92 | 0.45 | 0.77 |
| Hex | AB | CC | DF | 17 | 9 | 0 | D | CA | 2D | 4D |
| Octal | 253 | 314 | 337 | 27 | 11 | 0 | 15 | 312 | 55 | 115 |
| Binary | 10101011 | 11001100 | 11011111 | 10111 | 1001 | 0 | 1101 | 11001010 | 101101 | 1001101 |
Color Harmonies of #ABCCDF
Complementary color
Monochromatic Colors of #ABCCDF
Black with #ABCCDF
Text Example
Text Example
White with #ABCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCDF; }
p { color: rgb(171,204,223); }
H1.HeaderClassName
{
color: #ABCCDF;
}
.AnyTagClassName
{
color: #ABCCDF;
}
</style>
background-color css
<style>
a { background-color: #ABCCDF; }
a { background-color: rgb(171,204,223); }
div.DivClassName
{
background-color: #ABCCDF;
}
.BgClassName
{
background-color: #ABCCDF;
}
</style>
border-color css
<style>
span { border-color: #ABCCDF; }
span { border-color: rgb(171,204,223); }
td.TdClassName
{
border-color: #ABCCDF;
}
.TagClassName
{
border-color: #ABCCDF;
}
</style>