Shades of Perano #9FB1E8
Tints of Perano #9FB1E8
RGB
CMYK
RGB Variations
Color information
#9FB1E8 (or 0x9FB1E8) is known color: Perano. HEX triplet: 9F, B1 and E8. RGB value is (159,177,232). Sum of RGB (Red+Green+Blue) = 159+177+232=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FB1E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB1E8 is #604E17. Grayscale: #B1B1B1. Windows color (decimal): -6311448 or 15249823. OLE color: 15249823.
HSL color Cylindrical-coordinate representation of color #9FB1E8: hue angle of 225.21º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB1E8 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 177 | 232 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.09 |
| HSL | 225.21º | 0.61% | 0.77% | - |
| HSV(B) | 225.21º | 0.31% | 0.91% | - |
| XYZ | 44.59 | 44.64 | 82.61 | - |
| YUV | 177.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 232 | 0.31 | 0.24 | 0 | 0.09 | 225.21 | 0.61 | 0.77 |
| Hex | 9F | B1 | E8 | 1F | 18 | 0 | 9 | E1 | 3D | 4D |
| Octal | 237 | 261 | 350 | 37 | 30 | 0 | 11 | 341 | 75 | 115 |
| Binary | 10011111 | 10110001 | 11101000 | 11111 | 11000 | 0 | 1001 | 11100001 | 111101 | 1001101 |
Color Harmonies of #9FB1E8
Complementary color
Monochromatic Colors of #9FB1E8
Black with #9FB1E8
Text Example
Text Example
White with #9FB1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1E8; }
p { color: rgb(159,177,232); }
H1.HeaderClassName
{
color: #9FB1E8;
}
.AnyTagClassName
{
color: #9FB1E8;
}
</style>
background-color css
<style>
a { background-color: #9FB1E8; }
a { background-color: rgb(159,177,232); }
div.DivClassName
{
background-color: #9FB1E8;
}
.BgClassName
{
background-color: #9FB1E8;
}
</style>
border-color css
<style>
span { border-color: #9FB1E8; }
span { border-color: rgb(159,177,232); }
td.TdClassName
{
border-color: #9FB1E8;
}
.TagClassName
{
border-color: #9FB1E8;
}
</style>