Shades of Perano #9BB0EF
Tints of Perano #9BB0EF
RGB
CMYK
RGB Variations
Color information
#9BB0EF (or 0x9BB0EF) is known color: Perano. HEX triplet: 9B, B0 and EF. RGB value is (155,176,239). Sum of RGB (Red+Green+Blue) = 155+176+239=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0EF is #644F10. Grayscale: #B0B0B0. Windows color (decimal): -6573841 or 15708315. OLE color: 15708315.
HSL color Cylindrical-coordinate representation of color #9BB0EF: hue angle of 225º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BB0EF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 176 | 239 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.06 |
| HSL | 225º | 0.72% | 0.77% | - |
| HSV(B) | 225º | 0.35% | 0.94% | - |
| XYZ | 44.62 | 44.25 | 87.85 | - |
| YUV | 176.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 239 | 0.35 | 0.26 | 0 | 0.06 | 225 | 0.72 | 0.77 |
| Hex | 9B | B0 | EF | 23 | 1A | 0 | 6 | E1 | 48 | 4D |
| Octal | 233 | 260 | 357 | 43 | 32 | 0 | 6 | 341 | 110 | 115 |
| Binary | 10011011 | 10110000 | 11101111 | 100011 | 11010 | 0 | 110 | 11100001 | 1001000 | 1001101 |
Color Harmonies of #9BB0EF
Complementary color
Monochromatic Colors of #9BB0EF
Black with #9BB0EF
Text Example
Text Example
White with #9BB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0EF; }
p { color: rgb(155,176,239); }
H1.HeaderClassName
{
color: #9BB0EF;
}
.AnyTagClassName
{
color: #9BB0EF;
}
</style>
background-color css
<style>
a { background-color: #9BB0EF; }
a { background-color: rgb(155,176,239); }
div.DivClassName
{
background-color: #9BB0EF;
}
.BgClassName
{
background-color: #9BB0EF;
}
</style>
border-color css
<style>
span { border-color: #9BB0EF; }
span { border-color: rgb(155,176,239); }
td.TdClassName
{
border-color: #9BB0EF;
}
.TagClassName
{
border-color: #9BB0EF;
}
</style>