Shades of Perano #9FABE0
Tints of Perano #9FABE0
RGB
CMYK
RGB Variations
Color information
#9FABE0 (or 0x9FABE0) is known color: Perano. HEX triplet: 9F, AB and E0. RGB value is (159,171,224). Sum of RGB (Red+Green+Blue) = 159+171+224=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABE0 is #60541F. Grayscale: #ADADAD. Windows color (decimal): -6312992 or 14723999. OLE color: 14723999.
HSL color Cylindrical-coordinate representation of color #9FABE0: hue angle of 228.92º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FABE0 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 171 | 224 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.12 |
| HSL | 228.92º | 0.51% | 0.75% | - |
| HSV(B) | 228.92º | 0.29% | 0.88% | - |
| XYZ | 42.32 | 41.88 | 76.37 | - |
| YUV | 173.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 224 | 0.29 | 0.24 | 0 | 0.12 | 228.92 | 0.51 | 0.75 |
| Hex | 9F | AB | E0 | 1D | 18 | 0 | C | E5 | 33 | 4B |
| Octal | 237 | 253 | 340 | 35 | 30 | 0 | 14 | 345 | 63 | 113 |
| Binary | 10011111 | 10101011 | 11100000 | 11101 | 11000 | 0 | 1100 | 11100101 | 110011 | 1001011 |
Color Harmonies of #9FABE0
Complementary color
Monochromatic Colors of #9FABE0
Black with #9FABE0
Text Example
Text Example
White with #9FABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABE0; }
p { color: rgb(159,171,224); }
H1.HeaderClassName
{
color: #9FABE0;
}
.AnyTagClassName
{
color: #9FABE0;
}
</style>
background-color css
<style>
a { background-color: #9FABE0; }
a { background-color: rgb(159,171,224); }
div.DivClassName
{
background-color: #9FABE0;
}
.BgClassName
{
background-color: #9FABE0;
}
</style>
border-color css
<style>
span { border-color: #9FABE0; }
span { border-color: rgb(159,171,224); }
td.TdClassName
{
border-color: #9FABE0;
}
.TagClassName
{
border-color: #9FABE0;
}
</style>