Shades of Perano #ABC0FB
Tints of Perano #ABC0FB
RGB
CMYK
RGB Variations
Color information
#ABC0FB (or 0xABC0FB) is known color: Perano. HEX triplet: AB, C0 and FB. RGB value is (171,192,251). Sum of RGB (Red+Green+Blue) = 171+192+251=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FB is #543F04. Grayscale: #C0C0C0. Windows color (decimal): -5521157 or 16498859. OLE color: 16498859.
HSL color Cylindrical-coordinate representation of color #ABC0FB: hue angle of 224.25º degrees, saturation: 0.91, 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 #ABC0FB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 192 | 251 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.02 |
| HSL | 224.25º | 0.91% | 0.83% | - |
| HSV(B) | 224.25º | 0.32% | 0.98% | - |
| XYZ | 53.06 | 53.32 | 98.76 | - |
| YUV | 192.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 251 | 0.32 | 0.24 | 0 | 0.02 | 224.25 | 0.91 | 0.83 |
| Hex | AB | C0 | FB | 20 | 18 | 0 | 2 | E0 | 5B | 53 |
| Octal | 253 | 300 | 373 | 40 | 30 | 0 | 2 | 340 | 133 | 123 |
| Binary | 10101011 | 11000000 | 11111011 | 100000 | 11000 | 0 | 10 | 11100000 | 1011011 | 1010011 |
Color Harmonies of #ABC0FB
Complementary color
Monochromatic Colors of #ABC0FB
Black with #ABC0FB
Text Example
Text Example
White with #ABC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0FB; }
p { color: rgb(171,192,251); }
H1.HeaderClassName
{
color: #ABC0FB;
}
.AnyTagClassName
{
color: #ABC0FB;
}
</style>
background-color css
<style>
a { background-color: #ABC0FB; }
a { background-color: rgb(171,192,251); }
div.DivClassName
{
background-color: #ABC0FB;
}
.BgClassName
{
background-color: #ABC0FB;
}
</style>
border-color css
<style>
span { border-color: #ABC0FB; }
span { border-color: rgb(171,192,251); }
td.TdClassName
{
border-color: #ABC0FB;
}
.TagClassName
{
border-color: #ABC0FB;
}
</style>