Shades of Perano #ABC0EA
Tints of Perano #ABC0EA
RGB
CMYK
RGB Variations
Color information
#ABC0EA (or 0xABC0EA) is known color: Perano. HEX triplet: AB, C0 and EA. RGB value is (171,192,234). Sum of RGB (Red+Green+Blue) = 171+192+234=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0EA is #543F15. Grayscale: #BEBEBE. Windows color (decimal): -5521174 or 15384747. OLE color: 15384747.
HSL color Cylindrical-coordinate representation of color #ABC0EA: hue angle of 220º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC0EA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 192 | 234 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.08 |
| HSL | 220º | 0.6% | 0.79% | - |
| HSV(B) | 220º | 0.27% | 0.92% | - |
| XYZ | 50.5 | 52.3 | 85.27 | - |
| YUV | 190.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 234 | 0.27 | 0.18 | 0 | 0.08 | 220 | 0.6 | 0.79 |
| Hex | AB | C0 | EA | 1B | 12 | 0 | 8 | DC | 3C | 4F |
| Octal | 253 | 300 | 352 | 33 | 22 | 0 | 10 | 334 | 74 | 117 |
| Binary | 10101011 | 11000000 | 11101010 | 11011 | 10010 | 0 | 1000 | 11011100 | 111100 | 1001111 |
Color Harmonies of #ABC0EA
Complementary color
Monochromatic Colors of #ABC0EA
Black with #ABC0EA
Text Example
Text Example
White with #ABC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0EA; }
p { color: rgb(171,192,234); }
H1.HeaderClassName
{
color: #ABC0EA;
}
.AnyTagClassName
{
color: #ABC0EA;
}
</style>
background-color css
<style>
a { background-color: #ABC0EA; }
a { background-color: rgb(171,192,234); }
div.DivClassName
{
background-color: #ABC0EA;
}
.BgClassName
{
background-color: #ABC0EA;
}
</style>
border-color css
<style>
span { border-color: #ABC0EA; }
span { border-color: rgb(171,192,234); }
td.TdClassName
{
border-color: #ABC0EA;
}
.TagClassName
{
border-color: #ABC0EA;
}
</style>