Shades of Perano #9FBAFC
Tints of Perano #9FBAFC
RGB
CMYK
RGB Variations
Color information
#9FBAFC (or 0x9FBAFC) is known color: Perano. HEX triplet: 9F, BA and FC. RGB value is (159,186,252). Sum of RGB (Red+Green+Blue) = 159+186+252=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAFC is #604503. Grayscale: #B9B9B9. Windows color (decimal): -6309124 or 16562847. OLE color: 16562847.
HSL color Cylindrical-coordinate representation of color #9FBAFC: hue angle of 222.58º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBAFC is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 186 | 252 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.01 |
| HSL | 222.58º | 0.94% | 0.81% | - |
| HSV(B) | 222.58º | 0.37% | 0.99% | - |
| XYZ | 49.43 | 49.52 | 99.05 | - |
| YUV | 185.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 252 | 0.37 | 0.26 | 0 | 0.01 | 222.58 | 0.94 | 0.81 |
| Hex | 9F | BA | FC | 25 | 1A | 0 | 1 | DF | 5E | 51 |
| Octal | 237 | 272 | 374 | 45 | 32 | 0 | 1 | 337 | 136 | 121 |
| Binary | 10011111 | 10111010 | 11111100 | 100101 | 11010 | 0 | 1 | 11011111 | 1011110 | 1010001 |
Color Harmonies of #9FBAFC
Complementary color
Monochromatic Colors of #9FBAFC
Black with #9FBAFC
Text Example
Text Example
White with #9FBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAFC; }
p { color: rgb(159,186,252); }
H1.HeaderClassName
{
color: #9FBAFC;
}
.AnyTagClassName
{
color: #9FBAFC;
}
</style>
background-color css
<style>
a { background-color: #9FBAFC; }
a { background-color: rgb(159,186,252); }
div.DivClassName
{
background-color: #9FBAFC;
}
.BgClassName
{
background-color: #9FBAFC;
}
</style>
border-color css
<style>
span { border-color: #9FBAFC; }
span { border-color: rgb(159,186,252); }
td.TdClassName
{
border-color: #9FBAFC;
}
.TagClassName
{
border-color: #9FBAFC;
}
</style>