Shades of Perano #ABC0EE
Tints of Perano #ABC0EE
RGB
CMYK
RGB Variations
Color information
#ABC0EE (or 0xABC0EE) is known color: Perano. HEX triplet: AB, C0 and EE. RGB value is (171,192,238). Sum of RGB (Red+Green+Blue) = 171+192+238=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0EE is #543F11. Grayscale: #BEBEBE. Windows color (decimal): -5521170 or 15646891. OLE color: 15646891.
HSL color Cylindrical-coordinate representation of color #ABC0EE: hue angle of 221.19º degrees, saturation: 0.66, 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 #ABC0EE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 192 | 238 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 221.19º | 0.66% | 0.8% | - |
| HSV(B) | 221.19º | 0.28% | 0.93% | - |
| XYZ | 51.08 | 52.53 | 88.34 | - |
| YUV | 190.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 238 | 0.28 | 0.19 | 0 | 0.07 | 221.19 | 0.66 | 0.8 |
| Hex | AB | C0 | EE | 1C | 13 | 0 | 7 | DD | 42 | 50 |
| Octal | 253 | 300 | 356 | 34 | 23 | 0 | 7 | 335 | 102 | 120 |
| Binary | 10101011 | 11000000 | 11101110 | 11100 | 10011 | 0 | 111 | 11011101 | 1000010 | 1010000 |
Color Harmonies of #ABC0EE
Complementary color
Monochromatic Colors of #ABC0EE
Black with #ABC0EE
Text Example
Text Example
White with #ABC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0EE; }
p { color: rgb(171,192,238); }
H1.HeaderClassName
{
color: #ABC0EE;
}
.AnyTagClassName
{
color: #ABC0EE;
}
</style>
background-color css
<style>
a { background-color: #ABC0EE; }
a { background-color: rgb(171,192,238); }
div.DivClassName
{
background-color: #ABC0EE;
}
.BgClassName
{
background-color: #ABC0EE;
}
</style>
border-color css
<style>
span { border-color: #ABC0EE; }
span { border-color: rgb(171,192,238); }
td.TdClassName
{
border-color: #ABC0EE;
}
.TagClassName
{
border-color: #ABC0EE;
}
</style>