Shades of French Pass #ABD4E0
Tints of French Pass #ABD4E0
RGB
CMYK
RGB Variations
Color information
#ABD4E0 (or 0xABD4E0) is known color: French Pass. HEX triplet: AB, D4 and E0. RGB value is (171,212,224). Sum of RGB (Red+Green+Blue) = 171+212+224=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABD4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4E0 is #542B1F. Grayscale: #C9C9C9. Windows color (decimal): -5516064 or 14734507. OLE color: 14734507.
HSL color Cylindrical-coordinate representation of color #ABD4E0: hue angle of 193.58º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABD4E0 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 212 | 224 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.12 |
| HSL | 193.58º | 0.46% | 0.77% | - |
| HSV(B) | 193.58º | 0.24% | 0.88% | - |
| XYZ | 53.79 | 61.13 | 79.48 | - |
| YUV | 201.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 212 | 224 | 0.24 | 0.05 | 0 | 0.12 | 193.58 | 0.46 | 0.77 |
| Hex | AB | D4 | E0 | 18 | 5 | 0 | C | C2 | 2E | 4D |
| Octal | 253 | 324 | 340 | 30 | 5 | 0 | 14 | 302 | 56 | 115 |
| Binary | 10101011 | 11010100 | 11100000 | 11000 | 101 | 0 | 1100 | 11000010 | 101110 | 1001101 |
Color Harmonies of #ABD4E0
Complementary color
Monochromatic Colors of #ABD4E0
Black with #ABD4E0
Text Example
Text Example
White with #ABD4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD4E0; }
p { color: rgb(171,212,224); }
H1.HeaderClassName
{
color: #ABD4E0;
}
.AnyTagClassName
{
color: #ABD4E0;
}
</style>
background-color css
<style>
a { background-color: #ABD4E0; }
a { background-color: rgb(171,212,224); }
div.DivClassName
{
background-color: #ABD4E0;
}
.BgClassName
{
background-color: #ABD4E0;
}
</style>
border-color css
<style>
span { border-color: #ABD4E0; }
span { border-color: rgb(171,212,224); }
td.TdClassName
{
border-color: #ABD4E0;
}
.TagClassName
{
border-color: #ABD4E0;
}
</style>