Shades of Perano #9FBAFF
Tints of Perano #9FBAFF
RGB
CMYK
RGB Variations
Color information
#9FBAFF (or 0x9FBAFF) is known color: Perano. HEX triplet: 9F, BA and FF. RGB value is (159,186,255). Sum of RGB (Red+Green+Blue) = 159+186+255=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAFF is #604500. Grayscale: #B9B9B9. Windows color (decimal): -6309121 or 16759455. OLE color: 16759455.
HSL color Cylindrical-coordinate representation of color #9FBAFF: hue angle of 223.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FBAFF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 186 | 255 | - |
| CMYK | 0.38 | 0.27 | 0 | 0 |
| HSL | 223.13º | 1% | 0.81% | - |
| HSV(B) | 223.13º | 0.38% | 1% | - |
| XYZ | 49.91 | 49.71 | 101.57 | - |
| YUV | 185.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 255 | 0.38 | 0.27 | 0 | 0 | 223.13 | 1 | 0.81 |
| Hex | 9F | BA | FF | 26 | 1B | 0 | 0 | DF | 64 | 51 |
| Octal | 237 | 272 | 377 | 46 | 33 | 0 | 0 | 337 | 144 | 121 |
| Binary | 10011111 | 10111010 | 11111111 | 100110 | 11011 | 0 | 0 | 11011111 | 1100100 | 1010001 |
Color Harmonies of #9FBAFF
Complementary color
Monochromatic Colors of #9FBAFF
Black with #9FBAFF
Text Example
Text Example
White with #9FBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAFF; }
p { color: rgb(159,186,255); }
H1.HeaderClassName
{
color: #9FBAFF;
}
.AnyTagClassName
{
color: #9FBAFF;
}
</style>
background-color css
<style>
a { background-color: #9FBAFF; }
a { background-color: rgb(159,186,255); }
div.DivClassName
{
background-color: #9FBAFF;
}
.BgClassName
{
background-color: #9FBAFF;
}
</style>
border-color css
<style>
span { border-color: #9FBAFF; }
span { border-color: rgb(159,186,255); }
td.TdClassName
{
border-color: #9FBAFF;
}
.TagClassName
{
border-color: #9FBAFF;
}
</style>