Shades of Perano #9BBBE9
Tints of Perano #9BBBE9
RGB
CMYK
RGB Variations
Color information
#9BBBE9 (or 0x9BBBE9) is known color: Perano. HEX triplet: 9B, BB and E9. RGB value is (155,187,233). Sum of RGB (Red+Green+Blue) = 155+187+233=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BBBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBE9 is #644416. Grayscale: #B6B6B6. Windows color (decimal): -6571031 or 15317915. OLE color: 15317915.
HSL color Cylindrical-coordinate representation of color #9BBBE9: hue angle of 215.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBBE9 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 187 | 233 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.09 |
| HSL | 215.38º | 0.64% | 0.76% | - |
| HSV(B) | 215.38º | 0.33% | 0.91% | - |
| XYZ | 46 | 48.39 | 84.01 | - |
| YUV | 182.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 233 | 0.33 | 0.20 | 0 | 0.09 | 215.38 | 0.64 | 0.76 |
| Hex | 9B | BB | E9 | 21 | 14 | 0 | 9 | D7 | 40 | 4C |
| Octal | 233 | 273 | 351 | 41 | 24 | 0 | 11 | 327 | 100 | 114 |
| Binary | 10011011 | 10111011 | 11101001 | 100001 | 10100 | 0 | 1001 | 11010111 | 1000000 | 1001100 |
Color Harmonies of #9BBBE9
Complementary color
Monochromatic Colors of #9BBBE9
Black with #9BBBE9
Text Example
Text Example
White with #9BBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBE9; }
p { color: rgb(155,187,233); }
H1.HeaderClassName
{
color: #9BBBE9;
}
.AnyTagClassName
{
color: #9BBBE9;
}
</style>
background-color css
<style>
a { background-color: #9BBBE9; }
a { background-color: rgb(155,187,233); }
div.DivClassName
{
background-color: #9BBBE9;
}
.BgClassName
{
background-color: #9BBBE9;
}
</style>
border-color css
<style>
span { border-color: #9BBBE9; }
span { border-color: rgb(155,187,233); }
td.TdClassName
{
border-color: #9BBBE9;
}
.TagClassName
{
border-color: #9BBBE9;
}
</style>