Shades of Perano #9BB0EA
Tints of Perano #9BB0EA
RGB
CMYK
RGB Variations
Color information
#9BB0EA (or 0x9BB0EA) is known color: Perano. HEX triplet: 9B, B0 and EA. RGB value is (155,176,234). Sum of RGB (Red+Green+Blue) = 155+176+234=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0EA is #644F15. Grayscale: #B0B0B0. Windows color (decimal): -6573846 or 15380635. OLE color: 15380635.
HSL color Cylindrical-coordinate representation of color #9BB0EA: hue angle of 224.05º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB0EA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 176 | 234 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.08 |
| HSL | 224.05º | 0.65% | 0.76% | - |
| HSV(B) | 224.05º | 0.34% | 0.92% | - |
| XYZ | 43.89 | 43.96 | 84.01 | - |
| YUV | 176.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 234 | 0.34 | 0.25 | 0 | 0.08 | 224.05 | 0.65 | 0.76 |
| Hex | 9B | B0 | EA | 22 | 19 | 0 | 8 | E0 | 41 | 4C |
| Octal | 233 | 260 | 352 | 42 | 31 | 0 | 10 | 340 | 101 | 114 |
| Binary | 10011011 | 10110000 | 11101010 | 100010 | 11001 | 0 | 1000 | 11100000 | 1000001 | 1001100 |
Color Harmonies of #9BB0EA
Complementary color
Monochromatic Colors of #9BB0EA
Black with #9BB0EA
Text Example
Text Example
White with #9BB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0EA; }
p { color: rgb(155,176,234); }
H1.HeaderClassName
{
color: #9BB0EA;
}
.AnyTagClassName
{
color: #9BB0EA;
}
</style>
background-color css
<style>
a { background-color: #9BB0EA; }
a { background-color: rgb(155,176,234); }
div.DivClassName
{
background-color: #9BB0EA;
}
.BgClassName
{
background-color: #9BB0EA;
}
</style>
border-color css
<style>
span { border-color: #9BB0EA; }
span { border-color: rgb(155,176,234); }
td.TdClassName
{
border-color: #9BB0EA;
}
.TagClassName
{
border-color: #9BB0EA;
}
</style>