Shades of Perano #9FB5FB
Tints of Perano #9FB5FB
RGB
CMYK
RGB Variations
Color information
#9FB5FB (or 0x9FB5FB) is known color: Perano. HEX triplet: 9F, B5 and FB. RGB value is (159,181,251). Sum of RGB (Red+Green+Blue) = 159+181+251=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB5FB is #604A04. Grayscale: #B6B6B6. Windows color (decimal): -6310405 or 16496031. OLE color: 16496031.
HSL color Cylindrical-coordinate representation of color #9FB5FB: hue angle of 225.65º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB5FB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 181 | 251 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.02 |
| HSL | 225.65º | 0.92% | 0.8% | - |
| HSV(B) | 225.65º | 0.37% | 0.98% | - |
| XYZ | 48.23 | 47.38 | 97.87 | - |
| YUV | 182.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 251 | 0.37 | 0.28 | 0 | 0.02 | 225.65 | 0.92 | 0.8 |
| Hex | 9F | B5 | FB | 25 | 1C | 0 | 2 | E2 | 5C | 50 |
| Octal | 237 | 265 | 373 | 45 | 34 | 0 | 2 | 342 | 134 | 120 |
| Binary | 10011111 | 10110101 | 11111011 | 100101 | 11100 | 0 | 10 | 11100010 | 1011100 | 1010000 |
Color Harmonies of #9FB5FB
Complementary color
Monochromatic Colors of #9FB5FB
Black with #9FB5FB
Text Example
Text Example
White with #9FB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB5FB; }
p { color: rgb(159,181,251); }
H1.HeaderClassName
{
color: #9FB5FB;
}
.AnyTagClassName
{
color: #9FB5FB;
}
</style>
background-color css
<style>
a { background-color: #9FB5FB; }
a { background-color: rgb(159,181,251); }
div.DivClassName
{
background-color: #9FB5FB;
}
.BgClassName
{
background-color: #9FB5FB;
}
</style>
border-color css
<style>
span { border-color: #9FB5FB; }
span { border-color: rgb(159,181,251); }
td.TdClassName
{
border-color: #9FB5FB;
}
.TagClassName
{
border-color: #9FB5FB;
}
</style>