Shades of Perano #9FB0EF
Tints of Perano #9FB0EF
RGB
CMYK
RGB Variations
Color information
#9FB0EF (or 0x9FB0EF) is known color: Perano. HEX triplet: 9F, B0 and EF. RGB value is (159,176,239). Sum of RGB (Red+Green+Blue) = 159+176+239=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB0EF is #604F10. Grayscale: #B1B1B1. Windows color (decimal): -6311697 or 15708319. OLE color: 15708319.
HSL color Cylindrical-coordinate representation of color #9FB0EF: hue angle of 227.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB0EF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 176 | 239 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.06 |
| HSL | 227.25º | 0.71% | 0.78% | - |
| HSV(B) | 227.25º | 0.33% | 0.94% | - |
| XYZ | 45.4 | 44.65 | 87.89 | - |
| YUV | 178.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 239 | 0.33 | 0.26 | 0 | 0.06 | 227.25 | 0.71 | 0.78 |
| Hex | 9F | B0 | EF | 21 | 1A | 0 | 6 | E3 | 47 | 4E |
| Octal | 237 | 260 | 357 | 41 | 32 | 0 | 6 | 343 | 107 | 116 |
| Binary | 10011111 | 10110000 | 11101111 | 100001 | 11010 | 0 | 110 | 11100011 | 1000111 | 1001110 |
Color Harmonies of #9FB0EF
Complementary color
Monochromatic Colors of #9FB0EF
Black with #9FB0EF
Text Example
Text Example
White with #9FB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0EF; }
p { color: rgb(159,176,239); }
H1.HeaderClassName
{
color: #9FB0EF;
}
.AnyTagClassName
{
color: #9FB0EF;
}
</style>
background-color css
<style>
a { background-color: #9FB0EF; }
a { background-color: rgb(159,176,239); }
div.DivClassName
{
background-color: #9FB0EF;
}
.BgClassName
{
background-color: #9FB0EF;
}
</style>
border-color css
<style>
span { border-color: #9FB0EF; }
span { border-color: rgb(159,176,239); }
td.TdClassName
{
border-color: #9FB0EF;
}
.TagClassName
{
border-color: #9FB0EF;
}
</style>