Shades of Perano #ABC0FE
Tints of Perano #ABC0FE
RGB
CMYK
RGB Variations
Color information
#ABC0FE (or 0xABC0FE) is known color: Perano. HEX triplet: AB, C0 and FE. RGB value is (171,192,254). Sum of RGB (Red+Green+Blue) = 171+192+254=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FE is #543F01. Grayscale: #C0C0C0. Windows color (decimal): -5521154 or 16695467. OLE color: 16695467.
HSL color Cylindrical-coordinate representation of color #ABC0FE: hue angle of 224.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC0FE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 192 | 254 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.00 |
| HSL | 224.82º | 0.98% | 0.83% | - |
| HSV(B) | 224.82º | 0.33% | 1% | - |
| XYZ | 53.53 | 53.51 | 101.27 | - |
| YUV | 192.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 254 | 0.33 | 0.24 | 0 | 0.00 | 224.82 | 0.98 | 0.83 |
| Hex | AB | C0 | FE | 21 | 18 | 0 | 0 | E1 | 62 | 53 |
| Octal | 253 | 300 | 376 | 41 | 30 | 0 | 0 | 341 | 142 | 123 |
| Binary | 10101011 | 11000000 | 11111110 | 100001 | 11000 | 0 | 0 | 11100001 | 1100010 | 1010011 |
Color Harmonies of #ABC0FE
Complementary color
Monochromatic Colors of #ABC0FE
Black with #ABC0FE
Text Example
Text Example
White with #ABC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0FE; }
p { color: rgb(171,192,254); }
H1.HeaderClassName
{
color: #ABC0FE;
}
.AnyTagClassName
{
color: #ABC0FE;
}
</style>
background-color css
<style>
a { background-color: #ABC0FE; }
a { background-color: rgb(171,192,254); }
div.DivClassName
{
background-color: #ABC0FE;
}
.BgClassName
{
background-color: #ABC0FE;
}
</style>
border-color css
<style>
span { border-color: #ABC0FE; }
span { border-color: rgb(171,192,254); }
td.TdClassName
{
border-color: #ABC0FE;
}
.TagClassName
{
border-color: #ABC0FE;
}
</style>