Shades of Perano #9BBBEF
Tints of Perano #9BBBEF
RGB
CMYK
RGB Variations
Color information
#9BBBEF (or 0x9BBBEF) is known color: Perano. HEX triplet: 9B, BB and EF. RGB value is (155,187,239). Sum of RGB (Red+Green+Blue) = 155+187+239=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BBBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBEF is #644410. Grayscale: #B7B7B7. Windows color (decimal): -6571025 or 15711131. OLE color: 15711131.
HSL color Cylindrical-coordinate representation of color #9BBBEF: hue angle of 217.14º 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 #9BBBEF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 187 | 239 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.06 |
| HSL | 217.14º | 0.72% | 0.77% | - |
| HSV(B) | 217.14º | 0.35% | 0.94% | - |
| XYZ | 46.87 | 48.74 | 88.6 | - |
| YUV | 183.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 239 | 0.35 | 0.22 | 0 | 0.06 | 217.14 | 0.72 | 0.77 |
| Hex | 9B | BB | EF | 23 | 16 | 0 | 6 | D9 | 48 | 4D |
| Octal | 233 | 273 | 357 | 43 | 26 | 0 | 6 | 331 | 110 | 115 |
| Binary | 10011011 | 10111011 | 11101111 | 100011 | 10110 | 0 | 110 | 11011001 | 1001000 | 1001101 |
Color Harmonies of #9BBBEF
Complementary color
Monochromatic Colors of #9BBBEF
Black with #9BBBEF
Text Example
Text Example
White with #9BBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBEF; }
p { color: rgb(155,187,239); }
H1.HeaderClassName
{
color: #9BBBEF;
}
.AnyTagClassName
{
color: #9BBBEF;
}
</style>
background-color css
<style>
a { background-color: #9BBBEF; }
a { background-color: rgb(155,187,239); }
div.DivClassName
{
background-color: #9BBBEF;
}
.BgClassName
{
background-color: #9BBBEF;
}
</style>
border-color css
<style>
span { border-color: #9BBBEF; }
span { border-color: rgb(155,187,239); }
td.TdClassName
{
border-color: #9BBBEF;
}
.TagClassName
{
border-color: #9BBBEF;
}
</style>