Shades of French Pass #ABCADC
Tints of French Pass #ABCADC
RGB
CMYK
RGB Variations
Color information
#ABCADC (or 0xABCADC) is known color: French Pass. HEX triplet: AB, CA and DC. RGB value is (171,202,220). Sum of RGB (Red+Green+Blue) = 171+202+220=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCADC is #543523. Grayscale: #C2C2C2. Windows color (decimal): -5518628 or 14469803. OLE color: 14469803.
HSL color Cylindrical-coordinate representation of color #ABCADC: hue angle of 202.04º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCADC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 202 | 220 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.14 |
| HSL | 202.04º | 0.41% | 0.77% | - |
| HSV(B) | 202.04º | 0.22% | 0.86% | - |
| XYZ | 50.83 | 56.07 | 75.85 | - |
| YUV | 194.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 220 | 0.22 | 0.08 | 0 | 0.14 | 202.04 | 0.41 | 0.77 |
| Hex | AB | CA | DC | 16 | 8 | 0 | E | CA | 29 | 4D |
| Octal | 253 | 312 | 334 | 26 | 10 | 0 | 16 | 312 | 51 | 115 |
| Binary | 10101011 | 11001010 | 11011100 | 10110 | 1000 | 0 | 1110 | 11001010 | 101001 | 1001101 |
Color Harmonies of #ABCADC
Complementary color
Monochromatic Colors of #ABCADC
Black with #ABCADC
Text Example
Text Example
White with #ABCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCADC; }
p { color: rgb(171,202,220); }
H1.HeaderClassName
{
color: #ABCADC;
}
.AnyTagClassName
{
color: #ABCADC;
}
</style>
background-color css
<style>
a { background-color: #ABCADC; }
a { background-color: rgb(171,202,220); }
div.DivClassName
{
background-color: #ABCADC;
}
.BgClassName
{
background-color: #ABCADC;
}
</style>
border-color css
<style>
span { border-color: #ABCADC; }
span { border-color: rgb(171,202,220); }
td.TdClassName
{
border-color: #ABCADC;
}
.TagClassName
{
border-color: #ABCADC;
}
</style>