Shades of Perano #9FB0F6
Tints of Perano #9FB0F6
RGB
CMYK
RGB Variations
Color information
#9FB0F6 (or 0x9FB0F6) is known color: Perano. HEX triplet: 9F, B0 and F6. RGB value is (159,176,246). Sum of RGB (Red+Green+Blue) = 159+176+246=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FB0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB0F6 is #604F09. Grayscale: #B2B2B2. Windows color (decimal): -6311690 or 16167071. OLE color: 16167071.
HSL color Cylindrical-coordinate representation of color #9FB0F6: hue angle of 228.28º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB0F6 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 176 | 246 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.04 |
| HSL | 228.28º | 0.83% | 0.79% | - |
| HSV(B) | 228.28º | 0.35% | 0.96% | - |
| XYZ | 46.46 | 45.08 | 93.44 | - |
| YUV | 178.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 246 | 0.35 | 0.28 | 0 | 0.04 | 228.28 | 0.83 | 0.79 |
| Hex | 9F | B0 | F6 | 23 | 1C | 0 | 4 | E4 | 53 | 4F |
| Octal | 237 | 260 | 366 | 43 | 34 | 0 | 4 | 344 | 123 | 117 |
| Binary | 10011111 | 10110000 | 11110110 | 100011 | 11100 | 0 | 100 | 11100100 | 1010011 | 1001111 |
Color Harmonies of #9FB0F6
Complementary color
Monochromatic Colors of #9FB0F6
Black with #9FB0F6
Text Example
Text Example
White with #9FB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0F6; }
p { color: rgb(159,176,246); }
H1.HeaderClassName
{
color: #9FB0F6;
}
.AnyTagClassName
{
color: #9FB0F6;
}
</style>
background-color css
<style>
a { background-color: #9FB0F6; }
a { background-color: rgb(159,176,246); }
div.DivClassName
{
background-color: #9FB0F6;
}
.BgClassName
{
background-color: #9FB0F6;
}
</style>
border-color css
<style>
span { border-color: #9FB0F6; }
span { border-color: rgb(159,176,246); }
td.TdClassName
{
border-color: #9FB0F6;
}
.TagClassName
{
border-color: #9FB0F6;
}
</style>