Shades of Perano #9FAAFC
Tints of Perano #9FAAFC
RGB
CMYK
RGB Variations
Color information
#9FAAFC (or 0x9FAAFC) is known color: Perano. HEX triplet: 9F, AA and FC. RGB value is (159,170,252). Sum of RGB (Red+Green+Blue) = 159+170+252=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAFC is #605503. Grayscale: #AFAFAF. Windows color (decimal): -6313220 or 16558751. OLE color: 16558751.
HSL color Cylindrical-coordinate representation of color #9FAAFC: hue angle of 232.9º 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 #9FAAFC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 170 | 252 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.01 |
| HSL | 232.9º | 0.94% | 0.81% | - |
| HSV(B) | 232.9º | 0.37% | 0.99% | - |
| XYZ | 46.24 | 43.15 | 97.99 | - |
| YUV | 176.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 252 | 0.37 | 0.33 | 0 | 0.01 | 232.9 | 0.94 | 0.81 |
| Hex | 9F | AA | FC | 25 | 21 | 0 | 1 | E9 | 5E | 51 |
| Octal | 237 | 252 | 374 | 45 | 41 | 0 | 1 | 351 | 136 | 121 |
| Binary | 10011111 | 10101010 | 11111100 | 100101 | 100001 | 0 | 1 | 11101001 | 1011110 | 1010001 |
Color Harmonies of #9FAAFC
Complementary color
Monochromatic Colors of #9FAAFC
Black with #9FAAFC
Text Example
Text Example
White with #9FAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAFC; }
p { color: rgb(159,170,252); }
H1.HeaderClassName
{
color: #9FAAFC;
}
.AnyTagClassName
{
color: #9FAAFC;
}
</style>
background-color css
<style>
a { background-color: #9FAAFC; }
a { background-color: rgb(159,170,252); }
div.DivClassName
{
background-color: #9FAAFC;
}
.BgClassName
{
background-color: #9FAAFC;
}
</style>
border-color css
<style>
span { border-color: #9FAAFC; }
span { border-color: rgb(159,170,252); }
td.TdClassName
{
border-color: #9FAAFC;
}
.TagClassName
{
border-color: #9FAAFC;
}
</style>