Shades of Perano #9FBDFF
Tints of Perano #9FBDFF
RGB
CMYK
RGB Variations
Color information
#9FBDFF (or 0x9FBDFF) is known color: Perano. HEX triplet: 9F, BD and FF. RGB value is (159,189,255). Sum of RGB (Red+Green+Blue) = 159+189+255=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDFF is #604200. Grayscale: #BBBBBB. Windows color (decimal): -6308353 or 16760223. OLE color: 16760223.
HSL color Cylindrical-coordinate representation of color #9FBDFF: hue angle of 221.25º 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 #9FBDFF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 189 | 255 | - |
| CMYK | 0.38 | 0.26 | 0 | 0 |
| HSL | 221.25º | 1% | 0.81% | - |
| HSV(B) | 221.25º | 0.38% | 1% | - |
| XYZ | 50.55 | 50.99 | 101.79 | - |
| YUV | 187.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 255 | 0.38 | 0.26 | 0 | 0 | 221.25 | 1 | 0.81 |
| Hex | 9F | BD | FF | 26 | 1A | 0 | 0 | DD | 64 | 51 |
| Octal | 237 | 275 | 377 | 46 | 32 | 0 | 0 | 335 | 144 | 121 |
| Binary | 10011111 | 10111101 | 11111111 | 100110 | 11010 | 0 | 0 | 11011101 | 1100100 | 1010001 |
Color Harmonies of #9FBDFF
Complementary color
Monochromatic Colors of #9FBDFF
Black with #9FBDFF
Text Example
Text Example
White with #9FBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDFF; }
p { color: rgb(159,189,255); }
H1.HeaderClassName
{
color: #9FBDFF;
}
.AnyTagClassName
{
color: #9FBDFF;
}
</style>
background-color css
<style>
a { background-color: #9FBDFF; }
a { background-color: rgb(159,189,255); }
div.DivClassName
{
background-color: #9FBDFF;
}
.BgClassName
{
background-color: #9FBDFF;
}
</style>
border-color css
<style>
span { border-color: #9FBDFF; }
span { border-color: rgb(159,189,255); }
td.TdClassName
{
border-color: #9FBDFF;
}
.TagClassName
{
border-color: #9FBDFF;
}
</style>