Shades of Perano #ABC0F9
Tints of Perano #ABC0F9
RGB
CMYK
RGB Variations
Color information
#ABC0F9 (or 0xABC0F9) is known color: Perano. HEX triplet: AB, C0 and F9. RGB value is (171,192,249). Sum of RGB (Red+Green+Blue) = 171+192+249=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0F9 is #543F06. Grayscale: #BFBFBF. Windows color (decimal): -5521159 or 16367787. OLE color: 16367787.
HSL color Cylindrical-coordinate representation of color #ABC0F9: hue angle of 223.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC0F9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 192 | 249 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.02 |
| HSL | 223.85º | 0.87% | 0.82% | - |
| HSV(B) | 223.85º | 0.31% | 0.98% | - |
| XYZ | 52.74 | 53.2 | 97.11 | - |
| YUV | 192.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 249 | 0.31 | 0.23 | 0 | 0.02 | 223.85 | 0.87 | 0.82 |
| Hex | AB | C0 | F9 | 1F | 17 | 0 | 2 | E0 | 57 | 52 |
| Octal | 253 | 300 | 371 | 37 | 27 | 0 | 2 | 340 | 127 | 122 |
| Binary | 10101011 | 11000000 | 11111001 | 11111 | 10111 | 0 | 10 | 11100000 | 1010111 | 1010010 |
Color Harmonies of #ABC0F9
Complementary color
Monochromatic Colors of #ABC0F9
Black with #ABC0F9
Text Example
Text Example
White with #ABC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0F9; }
p { color: rgb(171,192,249); }
H1.HeaderClassName
{
color: #ABC0F9;
}
.AnyTagClassName
{
color: #ABC0F9;
}
</style>
background-color css
<style>
a { background-color: #ABC0F9; }
a { background-color: rgb(171,192,249); }
div.DivClassName
{
background-color: #ABC0F9;
}
.BgClassName
{
background-color: #ABC0F9;
}
</style>
border-color css
<style>
span { border-color: #ABC0F9; }
span { border-color: rgb(171,192,249); }
td.TdClassName
{
border-color: #ABC0F9;
}
.TagClassName
{
border-color: #ABC0F9;
}
</style>