Shades of Perano #9FAAF0
Tints of Perano #9FAAF0
RGB
CMYK
RGB Variations
Color information
#9FAAF0 (or 0x9FAAF0) is known color: Perano. HEX triplet: 9F, AA and F0. RGB value is (159,170,240). Sum of RGB (Red+Green+Blue) = 159+170+240=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FAAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAF0 is #60550F. Grayscale: #AEAEAE. Windows color (decimal): -6313232 or 15772319. OLE color: 15772319.
HSL color Cylindrical-coordinate representation of color #9FAAF0: hue angle of 231.85º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FAAF0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 170 | 240 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.06 |
| HSL | 231.85º | 0.73% | 0.78% | - |
| HSV(B) | 231.85º | 0.34% | 0.94% | - |
| XYZ | 44.4 | 42.41 | 88.28 | - |
| YUV | 174.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 240 | 0.34 | 0.29 | 0 | 0.06 | 231.85 | 0.73 | 0.78 |
| Hex | 9F | AA | F0 | 22 | 1D | 0 | 6 | E8 | 49 | 4E |
| Octal | 237 | 252 | 360 | 42 | 35 | 0 | 6 | 350 | 111 | 116 |
| Binary | 10011111 | 10101010 | 11110000 | 100010 | 11101 | 0 | 110 | 11101000 | 1001001 | 1001110 |
Color Harmonies of #9FAAF0
Complementary color
Monochromatic Colors of #9FAAF0
Black with #9FAAF0
Text Example
Text Example
White with #9FAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAF0; }
p { color: rgb(159,170,240); }
H1.HeaderClassName
{
color: #9FAAF0;
}
.AnyTagClassName
{
color: #9FAAF0;
}
</style>
background-color css
<style>
a { background-color: #9FAAF0; }
a { background-color: rgb(159,170,240); }
div.DivClassName
{
background-color: #9FAAF0;
}
.BgClassName
{
background-color: #9FAAF0;
}
</style>
border-color css
<style>
span { border-color: #9FAAF0; }
span { border-color: rgb(159,170,240); }
td.TdClassName
{
border-color: #9FAAF0;
}
.TagClassName
{
border-color: #9FAAF0;
}
</style>