Shades of Perano #ABC1FC
Tints of Perano #ABC1FC
RGB
CMYK
RGB Variations
Color information
#ABC1FC (or 0xABC1FC) is known color: Perano. HEX triplet: AB, C1 and FC. RGB value is (171,193,252). Sum of RGB (Red+Green+Blue) = 171+193+252=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABC1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1FC is #543E03. Grayscale: #C0C0C0. Windows color (decimal): -5520900 or 16564651. OLE color: 16564651.
HSL color Cylindrical-coordinate representation of color #ABC1FC: hue angle of 223.7º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC1FC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 193 | 252 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.01 |
| HSL | 223.7º | 0.93% | 0.83% | - |
| HSV(B) | 223.7º | 0.32% | 0.99% | - |
| XYZ | 53.44 | 53.83 | 99.67 | - |
| YUV | 193.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 252 | 0.32 | 0.23 | 0 | 0.01 | 223.7 | 0.93 | 0.83 |
| Hex | AB | C1 | FC | 20 | 17 | 0 | 1 | E0 | 5D | 53 |
| Octal | 253 | 301 | 374 | 40 | 27 | 0 | 1 | 340 | 135 | 123 |
| Binary | 10101011 | 11000001 | 11111100 | 100000 | 10111 | 0 | 1 | 11100000 | 1011101 | 1010011 |
Color Harmonies of #ABC1FC
Complementary color
Monochromatic Colors of #ABC1FC
Black with #ABC1FC
Text Example
Text Example
White with #ABC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1FC; }
p { color: rgb(171,193,252); }
H1.HeaderClassName
{
color: #ABC1FC;
}
.AnyTagClassName
{
color: #ABC1FC;
}
</style>
background-color css
<style>
a { background-color: #ABC1FC; }
a { background-color: rgb(171,193,252); }
div.DivClassName
{
background-color: #ABC1FC;
}
.BgClassName
{
background-color: #ABC1FC;
}
</style>
border-color css
<style>
span { border-color: #ABC1FC; }
span { border-color: rgb(171,193,252); }
td.TdClassName
{
border-color: #ABC1FC;
}
.TagClassName
{
border-color: #ABC1FC;
}
</style>