Shades of Perano #9BB5F6
Tints of Perano #9BB5F6
RGB
CMYK
RGB Variations
Color information
#9BB5F6 (or 0x9BB5F6) is known color: Perano. HEX triplet: 9B, B5 and F6. RGB value is (155,181,246). Sum of RGB (Red+Green+Blue) = 155+181+246=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BB5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5F6 is #644A09. Grayscale: #B4B4B4. Windows color (decimal): -6572554 or 16168347. OLE color: 16168347.
HSL color Cylindrical-coordinate representation of color #9BB5F6: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BB5F6 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 181 | 246 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.04 |
| HSL | 222.86º | 0.83% | 0.79% | - |
| HSV(B) | 222.86º | 0.37% | 0.96% | - |
| XYZ | 46.68 | 46.67 | 93.74 | - |
| YUV | 180.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 246 | 0.37 | 0.26 | 0 | 0.04 | 222.86 | 0.83 | 0.79 |
| Hex | 9B | B5 | F6 | 25 | 1A | 0 | 4 | DF | 53 | 4F |
| Octal | 233 | 265 | 366 | 45 | 32 | 0 | 4 | 337 | 123 | 117 |
| Binary | 10011011 | 10110101 | 11110110 | 100101 | 11010 | 0 | 100 | 11011111 | 1010011 | 1001111 |
Color Harmonies of #9BB5F6
Complementary color
Monochromatic Colors of #9BB5F6
Black with #9BB5F6
Text Example
Text Example
White with #9BB5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB5F6; }
p { color: rgb(155,181,246); }
H1.HeaderClassName
{
color: #9BB5F6;
}
.AnyTagClassName
{
color: #9BB5F6;
}
</style>
background-color css
<style>
a { background-color: #9BB5F6; }
a { background-color: rgb(155,181,246); }
div.DivClassName
{
background-color: #9BB5F6;
}
.BgClassName
{
background-color: #9BB5F6;
}
</style>
border-color css
<style>
span { border-color: #9BB5F6; }
span { border-color: rgb(155,181,246); }
td.TdClassName
{
border-color: #9BB5F6;
}
.TagClassName
{
border-color: #9BB5F6;
}
</style>