Shades of Perano #9FACFD
Tints of Perano #9FACFD
RGB
CMYK
RGB Variations
Color information
#9FACFD (or 0x9FACFD) is known color: Perano. HEX triplet: 9F, AC and FD. RGB value is (159,172,253). Sum of RGB (Red+Green+Blue) = 159+172+253=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACFD is #605302. Grayscale: #B1B1B1. Windows color (decimal): -6312707 or 16624799. OLE color: 16624799.
HSL color Cylindrical-coordinate representation of color #9FACFD: hue angle of 231.7º degrees, saturation: 0.96, 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 #9FACFD is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 172 | 253 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.01 |
| HSL | 231.7º | 0.96% | 0.81% | - |
| HSV(B) | 231.7º | 0.37% | 0.99% | - |
| XYZ | 46.78 | 43.97 | 98.95 | - |
| YUV | 177.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 253 | 0.37 | 0.32 | 0 | 0.01 | 231.7 | 0.96 | 0.81 |
| Hex | 9F | AC | FD | 25 | 20 | 0 | 1 | E8 | 60 | 51 |
| Octal | 237 | 254 | 375 | 45 | 40 | 0 | 1 | 350 | 140 | 121 |
| Binary | 10011111 | 10101100 | 11111101 | 100101 | 100000 | 0 | 1 | 11101000 | 1100000 | 1010001 |
Color Harmonies of #9FACFD
Complementary color
Monochromatic Colors of #9FACFD
Black with #9FACFD
Text Example
Text Example
White with #9FACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACFD; }
p { color: rgb(159,172,253); }
H1.HeaderClassName
{
color: #9FACFD;
}
.AnyTagClassName
{
color: #9FACFD;
}
</style>
background-color css
<style>
a { background-color: #9FACFD; }
a { background-color: rgb(159,172,253); }
div.DivClassName
{
background-color: #9FACFD;
}
.BgClassName
{
background-color: #9FACFD;
}
</style>
border-color css
<style>
span { border-color: #9FACFD; }
span { border-color: rgb(159,172,253); }
td.TdClassName
{
border-color: #9FACFD;
}
.TagClassName
{
border-color: #9FACFD;
}
</style>