Shades of Perano #9FACFC
Tints of Perano #9FACFC
RGB
CMYK
RGB Variations
Color information
#9FACFC (or 0x9FACFC) is known color: Perano. HEX triplet: 9F, AC and FC. RGB value is (159,172,252). Sum of RGB (Red+Green+Blue) = 159+172+252=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACFC is #605303. Grayscale: #B0B0B0. Windows color (decimal): -6312708 or 16559263. OLE color: 16559263.
HSL color Cylindrical-coordinate representation of color #9FACFC: hue angle of 231.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FACFC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 172 | 252 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.01 |
| HSL | 231.61º | 0.94% | 0.81% | - |
| HSV(B) | 231.61º | 0.37% | 0.99% | - |
| XYZ | 46.62 | 43.9 | 98.11 | - |
| YUV | 177.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 252 | 0.37 | 0.32 | 0 | 0.01 | 231.61 | 0.94 | 0.81 |
| Hex | 9F | AC | FC | 25 | 20 | 0 | 1 | E8 | 5E | 51 |
| Octal | 237 | 254 | 374 | 45 | 40 | 0 | 1 | 350 | 136 | 121 |
| Binary | 10011111 | 10101100 | 11111100 | 100101 | 100000 | 0 | 1 | 11101000 | 1011110 | 1010001 |
Color Harmonies of #9FACFC
Complementary color
Monochromatic Colors of #9FACFC
Black with #9FACFC
Text Example
Text Example
White with #9FACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACFC; }
p { color: rgb(159,172,252); }
H1.HeaderClassName
{
color: #9FACFC;
}
.AnyTagClassName
{
color: #9FACFC;
}
</style>
background-color css
<style>
a { background-color: #9FACFC; }
a { background-color: rgb(159,172,252); }
div.DivClassName
{
background-color: #9FACFC;
}
.BgClassName
{
background-color: #9FACFC;
}
</style>
border-color css
<style>
span { border-color: #9FACFC; }
span { border-color: rgb(159,172,252); }
td.TdClassName
{
border-color: #9FACFC;
}
.TagClassName
{
border-color: #9FACFC;
}
</style>