Shades of Perano #9FAAFA
Tints of Perano #9FAAFA
RGB
CMYK
RGB Variations
Color information
#9FAAFA (or 0x9FAAFA) is known color: Perano. HEX triplet: 9F, AA and FA. RGB value is (159,170,250). Sum of RGB (Red+Green+Blue) = 159+170+250=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAFA is #605505. Grayscale: #AFAFAF. Windows color (decimal): -6313222 or 16427679. OLE color: 16427679.
HSL color Cylindrical-coordinate representation of color #9FAAFA: hue angle of 232.75º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FAAFA is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 170 | 250 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.02 |
| HSL | 232.75º | 0.9% | 0.8% | - |
| HSV(B) | 232.75º | 0.36% | 0.98% | - |
| XYZ | 45.93 | 43.02 | 96.33 | - |
| YUV | 175.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 250 | 0.36 | 0.32 | 0 | 0.02 | 232.75 | 0.9 | 0.8 |
| Hex | 9F | AA | FA | 24 | 20 | 0 | 2 | E9 | 5A | 50 |
| Octal | 237 | 252 | 372 | 44 | 40 | 0 | 2 | 351 | 132 | 120 |
| Binary | 10011111 | 10101010 | 11111010 | 100100 | 100000 | 0 | 10 | 11101001 | 1011010 | 1010000 |
Color Harmonies of #9FAAFA
Complementary color
Monochromatic Colors of #9FAAFA
Black with #9FAAFA
Text Example
Text Example
White with #9FAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAFA; }
p { color: rgb(159,170,250); }
H1.HeaderClassName
{
color: #9FAAFA;
}
.AnyTagClassName
{
color: #9FAAFA;
}
</style>
background-color css
<style>
a { background-color: #9FAAFA; }
a { background-color: rgb(159,170,250); }
div.DivClassName
{
background-color: #9FAAFA;
}
.BgClassName
{
background-color: #9FAAFA;
}
</style>
border-color css
<style>
span { border-color: #9FAAFA; }
span { border-color: rgb(159,170,250); }
td.TdClassName
{
border-color: #9FAAFA;
}
.TagClassName
{
border-color: #9FAAFA;
}
</style>