Shades of Perano #ABC0FA
Tints of Perano #ABC0FA
RGB
CMYK
RGB Variations
Color information
#ABC0FA (or 0xABC0FA) is known color: Perano. HEX triplet: AB, C0 and FA. RGB value is (171,192,250). Sum of RGB (Red+Green+Blue) = 171+192+250=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FA is #543F05. Grayscale: #C0C0C0. Windows color (decimal): -5521158 or 16433323. OLE color: 16433323.
HSL color Cylindrical-coordinate representation of color #ABC0FA: hue angle of 224.05º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC0FA is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 192 | 250 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.02 |
| HSL | 224.05º | 0.89% | 0.83% | - |
| HSV(B) | 224.05º | 0.32% | 0.98% | - |
| XYZ | 52.9 | 53.26 | 97.93 | - |
| YUV | 192.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 250 | 0.32 | 0.23 | 0 | 0.02 | 224.05 | 0.89 | 0.83 |
| Hex | AB | C0 | FA | 20 | 17 | 0 | 2 | E0 | 59 | 53 |
| Octal | 253 | 300 | 372 | 40 | 27 | 0 | 2 | 340 | 131 | 123 |
| Binary | 10101011 | 11000000 | 11111010 | 100000 | 10111 | 0 | 10 | 11100000 | 1011001 | 1010011 |
Color Harmonies of #ABC0FA
Complementary color
Monochromatic Colors of #ABC0FA
Black with #ABC0FA
Text Example
Text Example
White with #ABC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0FA; }
p { color: rgb(171,192,250); }
H1.HeaderClassName
{
color: #ABC0FA;
}
.AnyTagClassName
{
color: #ABC0FA;
}
</style>
background-color css
<style>
a { background-color: #ABC0FA; }
a { background-color: rgb(171,192,250); }
div.DivClassName
{
background-color: #ABC0FA;
}
.BgClassName
{
background-color: #ABC0FA;
}
</style>
border-color css
<style>
span { border-color: #ABC0FA; }
span { border-color: rgb(171,192,250); }
td.TdClassName
{
border-color: #ABC0FA;
}
.TagClassName
{
border-color: #ABC0FA;
}
</style>