Shades of Perano #9FB2FB
Tints of Perano #9FB2FB
RGB
CMYK
RGB Variations
Color information
#9FB2FB (or 0x9FB2FB) is known color: Perano. HEX triplet: 9F, B2 and FB. RGB value is (159,178,251). Sum of RGB (Red+Green+Blue) = 159+178+251=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FB2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB2FB is #604D04. Grayscale: #B4B4B4. Windows color (decimal): -6311173 or 16495263. OLE color: 16495263.
HSL color Cylindrical-coordinate representation of color #9FB2FB: hue angle of 227.61º 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 #9FB2FB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 178 | 251 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.02 |
| HSL | 227.61º | 0.92% | 0.8% | - |
| HSV(B) | 227.61º | 0.37% | 0.98% | - |
| XYZ | 47.63 | 46.18 | 97.67 | - |
| YUV | 180.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 251 | 0.37 | 0.29 | 0 | 0.02 | 227.61 | 0.92 | 0.8 |
| Hex | 9F | B2 | FB | 25 | 1D | 0 | 2 | E4 | 5C | 50 |
| Octal | 237 | 262 | 373 | 45 | 35 | 0 | 2 | 344 | 134 | 120 |
| Binary | 10011111 | 10110010 | 11111011 | 100101 | 11101 | 0 | 10 | 11100100 | 1011100 | 1010000 |
Color Harmonies of #9FB2FB
Complementary color
Monochromatic Colors of #9FB2FB
Black with #9FB2FB
Text Example
Text Example
White with #9FB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB2FB; }
p { color: rgb(159,178,251); }
H1.HeaderClassName
{
color: #9FB2FB;
}
.AnyTagClassName
{
color: #9FB2FB;
}
</style>
background-color css
<style>
a { background-color: #9FB2FB; }
a { background-color: rgb(159,178,251); }
div.DivClassName
{
background-color: #9FB2FB;
}
.BgClassName
{
background-color: #9FB2FB;
}
</style>
border-color css
<style>
span { border-color: #9FB2FB; }
span { border-color: rgb(159,178,251); }
td.TdClassName
{
border-color: #9FB2FB;
}
.TagClassName
{
border-color: #9FB2FB;
}
</style>