Shades of Perano #ABC0F4
Tints of Perano #ABC0F4
RGB
CMYK
RGB Variations
Color information
#ABC0F4 (or 0xABC0F4) is known color: Perano. HEX triplet: AB, C0 and F4. RGB value is (171,192,244). Sum of RGB (Red+Green+Blue) = 171+192+244=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABC0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0F4 is #543F0B. Grayscale: #BFBFBF. Windows color (decimal): -5521164 or 16040107. OLE color: 16040107.
HSL color Cylindrical-coordinate representation of color #ABC0F4: hue angle of 222.74º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC0F4 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 192 | 244 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.04 |
| HSL | 222.74º | 0.77% | 0.81% | - |
| HSV(B) | 222.74º | 0.3% | 0.96% | - |
| XYZ | 51.97 | 52.89 | 93.06 | - |
| YUV | 191.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 244 | 0.30 | 0.21 | 0 | 0.04 | 222.74 | 0.77 | 0.81 |
| Hex | AB | C0 | F4 | 1E | 15 | 0 | 4 | DF | 4D | 51 |
| Octal | 253 | 300 | 364 | 36 | 25 | 0 | 4 | 337 | 115 | 121 |
| Binary | 10101011 | 11000000 | 11110100 | 11110 | 10101 | 0 | 100 | 11011111 | 1001101 | 1010001 |
Color Harmonies of #ABC0F4
Complementary color
Monochromatic Colors of #ABC0F4
Black with #ABC0F4
Text Example
Text Example
White with #ABC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0F4; }
p { color: rgb(171,192,244); }
H1.HeaderClassName
{
color: #ABC0F4;
}
.AnyTagClassName
{
color: #ABC0F4;
}
</style>
background-color css
<style>
a { background-color: #ABC0F4; }
a { background-color: rgb(171,192,244); }
div.DivClassName
{
background-color: #ABC0F4;
}
.BgClassName
{
background-color: #ABC0F4;
}
</style>
border-color css
<style>
span { border-color: #ABC0F4; }
span { border-color: rgb(171,192,244); }
td.TdClassName
{
border-color: #ABC0F4;
}
.TagClassName
{
border-color: #ABC0F4;
}
</style>