Shades of Perano #9FB6FB
Tints of Perano #9FB6FB
RGB
CMYK
RGB Variations
Color information
#9FB6FB (or 0x9FB6FB) is known color: Perano. HEX triplet: 9F, B6 and FB. RGB value is (159,182,251). Sum of RGB (Red+Green+Blue) = 159+182+251=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB6FB is #604904. Grayscale: #B6B6B6. Windows color (decimal): -6310149 or 16496287. OLE color: 16496287.
HSL color Cylindrical-coordinate representation of color #9FB6FB: hue angle of 225º 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 #9FB6FB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 182 | 251 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.02 |
| HSL | 225º | 0.92% | 0.8% | - |
| HSV(B) | 225º | 0.37% | 0.98% | - |
| XYZ | 48.44 | 47.79 | 97.94 | - |
| YUV | 182.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 251 | 0.37 | 0.27 | 0 | 0.02 | 225 | 0.92 | 0.8 |
| Hex | 9F | B6 | FB | 25 | 1B | 0 | 2 | E1 | 5C | 50 |
| Octal | 237 | 266 | 373 | 45 | 33 | 0 | 2 | 341 | 134 | 120 |
| Binary | 10011111 | 10110110 | 11111011 | 100101 | 11011 | 0 | 10 | 11100001 | 1011100 | 1010000 |
Color Harmonies of #9FB6FB
Complementary color
Monochromatic Colors of #9FB6FB
Black with #9FB6FB
Text Example
Text Example
White with #9FB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB6FB; }
p { color: rgb(159,182,251); }
H1.HeaderClassName
{
color: #9FB6FB;
}
.AnyTagClassName
{
color: #9FB6FB;
}
</style>
background-color css
<style>
a { background-color: #9FB6FB; }
a { background-color: rgb(159,182,251); }
div.DivClassName
{
background-color: #9FB6FB;
}
.BgClassName
{
background-color: #9FB6FB;
}
</style>
border-color css
<style>
span { border-color: #9FB6FB; }
span { border-color: rgb(159,182,251); }
td.TdClassName
{
border-color: #9FB6FB;
}
.TagClassName
{
border-color: #9FB6FB;
}
</style>