Shades of Perano #9BB0EC
Tints of Perano #9BB0EC
RGB
CMYK
RGB Variations
Color information
#9BB0EC (or 0x9BB0EC) is known color: Perano. HEX triplet: 9B, B0 and EC. RGB value is (155,176,236). Sum of RGB (Red+Green+Blue) = 155+176+236=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0EC is #644F13. Grayscale: #B0B0B0. Windows color (decimal): -6573844 or 15511707. OLE color: 15511707.
HSL color Cylindrical-coordinate representation of color #9BB0EC: hue angle of 224.44º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB0EC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 176 | 236 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.07 |
| HSL | 224.44º | 0.68% | 0.77% | - |
| HSV(B) | 224.44º | 0.34% | 0.93% | - |
| XYZ | 44.18 | 44.08 | 85.54 | - |
| YUV | 176.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 236 | 0.34 | 0.25 | 0 | 0.07 | 224.44 | 0.68 | 0.77 |
| Hex | 9B | B0 | EC | 22 | 19 | 0 | 7 | E0 | 44 | 4D |
| Octal | 233 | 260 | 354 | 42 | 31 | 0 | 7 | 340 | 104 | 115 |
| Binary | 10011011 | 10110000 | 11101100 | 100010 | 11001 | 0 | 111 | 11100000 | 1000100 | 1001101 |
Color Harmonies of #9BB0EC
Complementary color
Monochromatic Colors of #9BB0EC
Black with #9BB0EC
Text Example
Text Example
White with #9BB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0EC; }
p { color: rgb(155,176,236); }
H1.HeaderClassName
{
color: #9BB0EC;
}
.AnyTagClassName
{
color: #9BB0EC;
}
</style>
background-color css
<style>
a { background-color: #9BB0EC; }
a { background-color: rgb(155,176,236); }
div.DivClassName
{
background-color: #9BB0EC;
}
.BgClassName
{
background-color: #9BB0EC;
}
</style>
border-color css
<style>
span { border-color: #9BB0EC; }
span { border-color: rgb(155,176,236); }
td.TdClassName
{
border-color: #9BB0EC;
}
.TagClassName
{
border-color: #9BB0EC;
}
</style>