Shades of Perano #9FAAFE
Tints of Perano #9FAAFE
RGB
CMYK
RGB Variations
Color information
#9FAAFE (or 0x9FAAFE) is known color: Perano. HEX triplet: 9F, AA and FE. RGB value is (159,170,254). Sum of RGB (Red+Green+Blue) = 159+170+254=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAFE is #605501. Grayscale: #AFAFAF. Windows color (decimal): -6313218 or 16689823. OLE color: 16689823.
HSL color Cylindrical-coordinate representation of color #9FAAFE: hue angle of 233.05º 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 #9FAAFE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 170 | 254 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.00 |
| HSL | 233.05º | 0.98% | 0.81% | - |
| HSV(B) | 233.05º | 0.37% | 1% | - |
| XYZ | 46.56 | 43.28 | 99.66 | - |
| YUV | 176.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 254 | 0.37 | 0.33 | 0 | 0.00 | 233.05 | 0.98 | 0.81 |
| Hex | 9F | AA | FE | 25 | 21 | 0 | 0 | E9 | 62 | 51 |
| Octal | 237 | 252 | 376 | 45 | 41 | 0 | 0 | 351 | 142 | 121 |
| Binary | 10011111 | 10101010 | 11111110 | 100101 | 100001 | 0 | 0 | 11101001 | 1100010 | 1010001 |
Color Harmonies of #9FAAFE
Complementary color
Monochromatic Colors of #9FAAFE
Black with #9FAAFE
Text Example
Text Example
White with #9FAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAFE; }
p { color: rgb(159,170,254); }
H1.HeaderClassName
{
color: #9FAAFE;
}
.AnyTagClassName
{
color: #9FAAFE;
}
</style>
background-color css
<style>
a { background-color: #9FAAFE; }
a { background-color: rgb(159,170,254); }
div.DivClassName
{
background-color: #9FAAFE;
}
.BgClassName
{
background-color: #9FAAFE;
}
</style>
border-color css
<style>
span { border-color: #9FAAFE; }
span { border-color: rgb(159,170,254); }
td.TdClassName
{
border-color: #9FAAFE;
}
.TagClassName
{
border-color: #9FAAFE;
}
</style>