Shades of Perano #9FACFE
Tints of Perano #9FACFE
RGB
CMYK
RGB Variations
Color information
#9FACFE (or 0x9FACFE) is known color: Perano. HEX triplet: 9F, AC and FE. RGB value is (159,172,254). Sum of RGB (Red+Green+Blue) = 159+172+254=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACFE is #605301. Grayscale: #B1B1B1. Windows color (decimal): -6312706 or 16690335. OLE color: 16690335.
HSL color Cylindrical-coordinate representation of color #9FACFE: hue angle of 231.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FACFE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 172 | 254 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.00 |
| HSL | 231.79º | 0.98% | 0.81% | - |
| HSV(B) | 231.79º | 0.37% | 1% | - |
| XYZ | 46.94 | 44.03 | 99.79 | - |
| YUV | 177.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 254 | 0.37 | 0.32 | 0 | 0.00 | 231.79 | 0.98 | 0.81 |
| Hex | 9F | AC | FE | 25 | 20 | 0 | 0 | E8 | 62 | 51 |
| Octal | 237 | 254 | 376 | 45 | 40 | 0 | 0 | 350 | 142 | 121 |
| Binary | 10011111 | 10101100 | 11111110 | 100101 | 100000 | 0 | 0 | 11101000 | 1100010 | 1010001 |
Color Harmonies of #9FACFE
Complementary color
Monochromatic Colors of #9FACFE
Black with #9FACFE
Text Example
Text Example
White with #9FACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACFE; }
p { color: rgb(159,172,254); }
H1.HeaderClassName
{
color: #9FACFE;
}
.AnyTagClassName
{
color: #9FACFE;
}
</style>
background-color css
<style>
a { background-color: #9FACFE; }
a { background-color: rgb(159,172,254); }
div.DivClassName
{
background-color: #9FACFE;
}
.BgClassName
{
background-color: #9FACFE;
}
</style>
border-color css
<style>
span { border-color: #9FACFE; }
span { border-color: rgb(159,172,254); }
td.TdClassName
{
border-color: #9FACFE;
}
.TagClassName
{
border-color: #9FACFE;
}
</style>