Shades of Perano #ABC0ED
Tints of Perano #ABC0ED
RGB
CMYK
RGB Variations
Color information
#ABC0ED (or 0xABC0ED) is known color: Perano. HEX triplet: AB, C0 and ED. RGB value is (171,192,237). Sum of RGB (Red+Green+Blue) = 171+192+237=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0ED is #543F12. Grayscale: #BEBEBE. Windows color (decimal): -5521171 or 15581355. OLE color: 15581355.
HSL color Cylindrical-coordinate representation of color #ABC0ED: hue angle of 220.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC0ED is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 192 | 237 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 220.91º | 0.65% | 0.8% | - |
| HSV(B) | 220.91º | 0.28% | 0.93% | - |
| XYZ | 50.93 | 52.47 | 87.56 | - |
| YUV | 190.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 237 | 0.28 | 0.19 | 0 | 0.07 | 220.91 | 0.65 | 0.8 |
| Hex | AB | C0 | ED | 1C | 13 | 0 | 7 | DD | 41 | 50 |
| Octal | 253 | 300 | 355 | 34 | 23 | 0 | 7 | 335 | 101 | 120 |
| Binary | 10101011 | 11000000 | 11101101 | 11100 | 10011 | 0 | 111 | 11011101 | 1000001 | 1010000 |
Color Harmonies of #ABC0ED
Complementary color
Monochromatic Colors of #ABC0ED
Black with #ABC0ED
Text Example
Text Example
White with #ABC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0ED; }
p { color: rgb(171,192,237); }
H1.HeaderClassName
{
color: #ABC0ED;
}
.AnyTagClassName
{
color: #ABC0ED;
}
</style>
background-color css
<style>
a { background-color: #ABC0ED; }
a { background-color: rgb(171,192,237); }
div.DivClassName
{
background-color: #ABC0ED;
}
.BgClassName
{
background-color: #ABC0ED;
}
</style>
border-color css
<style>
span { border-color: #ABC0ED; }
span { border-color: rgb(171,192,237); }
td.TdClassName
{
border-color: #ABC0ED;
}
.TagClassName
{
border-color: #ABC0ED;
}
</style>