Shades of Perano #9FBBE5
Tints of Perano #9FBBE5
RGB
CMYK
RGB Variations
Color information
#9FBBE5 (or 0x9FBBE5) is known color: Perano. HEX triplet: 9F, BB and E5. RGB value is (159,187,229). Sum of RGB (Red+Green+Blue) = 159+187+229=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FBBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBE5 is #60441A. Grayscale: #B7B7B7. Windows color (decimal): -6308891 or 15055775. OLE color: 15055775.
HSL color Cylindrical-coordinate representation of color #9FBBE5: hue angle of 216º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FBBE5 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 187 | 229 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.10 |
| HSL | 216º | 0.57% | 0.76% | - |
| HSV(B) | 216º | 0.31% | 0.9% | - |
| XYZ | 46.21 | 48.57 | 81.07 | - |
| YUV | 183.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 229 | 0.31 | 0.18 | 0 | 0.10 | 216 | 0.57 | 0.76 |
| Hex | 9F | BB | E5 | 1F | 12 | 0 | A | D8 | 39 | 4C |
| Octal | 237 | 273 | 345 | 37 | 22 | 0 | 12 | 330 | 71 | 114 |
| Binary | 10011111 | 10111011 | 11100101 | 11111 | 10010 | 0 | 1010 | 11011000 | 111001 | 1001100 |
Color Harmonies of #9FBBE5
Complementary color
Monochromatic Colors of #9FBBE5
Black with #9FBBE5
Text Example
Text Example
White with #9FBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBE5; }
p { color: rgb(159,187,229); }
H1.HeaderClassName
{
color: #9FBBE5;
}
.AnyTagClassName
{
color: #9FBBE5;
}
</style>
background-color css
<style>
a { background-color: #9FBBE5; }
a { background-color: rgb(159,187,229); }
div.DivClassName
{
background-color: #9FBBE5;
}
.BgClassName
{
background-color: #9FBBE5;
}
</style>
border-color css
<style>
span { border-color: #9FBBE5; }
span { border-color: rgb(159,187,229); }
td.TdClassName
{
border-color: #9FBBE5;
}
.TagClassName
{
border-color: #9FBBE5;
}
</style>