Shades of Perano #9BBBFF
Tints of Perano #9BBBFF
RGB
CMYK
RGB Variations
Color information
#9BBBFF (or 0x9BBBFF) is known color: Perano. HEX triplet: 9B, BB and FF. RGB value is (155,187,255). Sum of RGB (Red+Green+Blue) = 155+187+255=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBFF is #644400. Grayscale: #B8B8B8. Windows color (decimal): -6571009 or 16759707. OLE color: 16759707.
HSL color Cylindrical-coordinate representation of color #9BBBFF: hue angle of 220.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBBFF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 187 | 255 | - |
| CMYK | 0.39 | 0.27 | 0 | 0 |
| HSL | 220.8º | 1% | 0.8% | - |
| HSV(B) | 220.8º | 0.39% | 1% | - |
| XYZ | 49.34 | 49.73 | 101.61 | - |
| YUV | 185.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 255 | 0.39 | 0.27 | 0 | 0 | 220.8 | 1 | 0.8 |
| Hex | 9B | BB | FF | 27 | 1B | 0 | 0 | DD | 64 | 50 |
| Octal | 233 | 273 | 377 | 47 | 33 | 0 | 0 | 335 | 144 | 120 |
| Binary | 10011011 | 10111011 | 11111111 | 100111 | 11011 | 0 | 0 | 11011101 | 1100100 | 1010000 |
Color Harmonies of #9BBBFF
Complementary color
Monochromatic Colors of #9BBBFF
Black with #9BBBFF
Text Example
Text Example
White with #9BBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBFF; }
p { color: rgb(155,187,255); }
H1.HeaderClassName
{
color: #9BBBFF;
}
.AnyTagClassName
{
color: #9BBBFF;
}
</style>
background-color css
<style>
a { background-color: #9BBBFF; }
a { background-color: rgb(155,187,255); }
div.DivClassName
{
background-color: #9BBBFF;
}
.BgClassName
{
background-color: #9BBBFF;
}
</style>
border-color css
<style>
span { border-color: #9BBBFF; }
span { border-color: rgb(155,187,255); }
td.TdClassName
{
border-color: #9BBBFF;
}
.TagClassName
{
border-color: #9BBBFF;
}
</style>