Shades of Perano #9FBBFF
Tints of Perano #9FBBFF
RGB
CMYK
RGB Variations
Color information
#9FBBFF (or 0x9FBBFF) is known color: Perano. HEX triplet: 9F, BB and FF. RGB value is (159,187,255). Sum of RGB (Red+Green+Blue) = 159+187+255=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBFF is #604400. Grayscale: #BABABA. Windows color (decimal): -6308865 or 16759711. OLE color: 16759711.
HSL color Cylindrical-coordinate representation of color #9FBBFF: hue angle of 222.5º 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 #9FBBFF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 187 | 255 | - |
| CMYK | 0.38 | 0.27 | 0 | 0 |
| HSL | 222.5º | 1% | 0.81% | - |
| HSV(B) | 222.5º | 0.38% | 1% | - |
| XYZ | 50.12 | 50.13 | 101.64 | - |
| YUV | 186.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 255 | 0.38 | 0.27 | 0 | 0 | 222.5 | 1 | 0.81 |
| Hex | 9F | BB | FF | 26 | 1B | 0 | 0 | DE | 64 | 51 |
| Octal | 237 | 273 | 377 | 46 | 33 | 0 | 0 | 336 | 144 | 121 |
| Binary | 10011111 | 10111011 | 11111111 | 100110 | 11011 | 0 | 0 | 11011110 | 1100100 | 1010001 |
Color Harmonies of #9FBBFF
Complementary color
Monochromatic Colors of #9FBBFF
Black with #9FBBFF
Text Example
Text Example
White with #9FBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBFF; }
p { color: rgb(159,187,255); }
H1.HeaderClassName
{
color: #9FBBFF;
}
.AnyTagClassName
{
color: #9FBBFF;
}
</style>
background-color css
<style>
a { background-color: #9FBBFF; }
a { background-color: rgb(159,187,255); }
div.DivClassName
{
background-color: #9FBBFF;
}
.BgClassName
{
background-color: #9FBBFF;
}
</style>
border-color css
<style>
span { border-color: #9FBBFF; }
span { border-color: rgb(159,187,255); }
td.TdClassName
{
border-color: #9FBBFF;
}
.TagClassName
{
border-color: #9FBBFF;
}
</style>