Shades of Perano #ABC0E8
Tints of Perano #ABC0E8
RGB
CMYK
RGB Variations
Color information
#ABC0E8 (or 0xABC0E8) is known color: Perano. HEX triplet: AB, C0 and E8. RGB value is (171,192,232). Sum of RGB (Red+Green+Blue) = 171+192+232=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABC0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0E8 is #543F17. Grayscale: #BEBEBE. Windows color (decimal): -5521176 or 15253675. OLE color: 15253675.
HSL color Cylindrical-coordinate representation of color #ABC0E8: hue angle of 219.34º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC0E8 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 192 | 232 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.09 |
| HSL | 219.34º | 0.57% | 0.79% | - |
| HSV(B) | 219.34º | 0.26% | 0.91% | - |
| XYZ | 50.21 | 52.18 | 83.77 | - |
| YUV | 190.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 232 | 0.26 | 0.17 | 0 | 0.09 | 219.34 | 0.57 | 0.79 |
| Hex | AB | C0 | E8 | 1A | 11 | 0 | 9 | DB | 39 | 4F |
| Octal | 253 | 300 | 350 | 32 | 21 | 0 | 11 | 333 | 71 | 117 |
| Binary | 10101011 | 11000000 | 11101000 | 11010 | 10001 | 0 | 1001 | 11011011 | 111001 | 1001111 |
Color Harmonies of #ABC0E8
Complementary color
Monochromatic Colors of #ABC0E8
Black with #ABC0E8
Text Example
Text Example
White with #ABC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0E8; }
p { color: rgb(171,192,232); }
H1.HeaderClassName
{
color: #ABC0E8;
}
.AnyTagClassName
{
color: #ABC0E8;
}
</style>
background-color css
<style>
a { background-color: #ABC0E8; }
a { background-color: rgb(171,192,232); }
div.DivClassName
{
background-color: #ABC0E8;
}
.BgClassName
{
background-color: #ABC0E8;
}
</style>
border-color css
<style>
span { border-color: #ABC0E8; }
span { border-color: rgb(171,192,232); }
td.TdClassName
{
border-color: #ABC0E8;
}
.TagClassName
{
border-color: #ABC0E8;
}
</style>