Shades of Perano #9BB6FE
Tints of Perano #9BB6FE
RGB
CMYK
RGB Variations
Color information
#9BB6FE (or 0x9BB6FE) is known color: Perano. HEX triplet: 9B, B6 and FE. RGB value is (155,182,254). Sum of RGB (Red+Green+Blue) = 155+182+254=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB6FE is #644901. Grayscale: #B5B5B5. Windows color (decimal): -6572290 or 16692891. OLE color: 16692891.
HSL color Cylindrical-coordinate representation of color #9BB6FE: hue angle of 223.64º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB6FE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 182 | 254 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.00 |
| HSL | 223.64º | 0.98% | 0.8% | - |
| HSV(B) | 223.64º | 0.39% | 1% | - |
| XYZ | 48.13 | 47.58 | 100.41 | - |
| YUV | 182.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 254 | 0.39 | 0.28 | 0 | 0.00 | 223.64 | 0.98 | 0.8 |
| Hex | 9B | B6 | FE | 27 | 1C | 0 | 0 | E0 | 62 | 50 |
| Octal | 233 | 266 | 376 | 47 | 34 | 0 | 0 | 340 | 142 | 120 |
| Binary | 10011011 | 10110110 | 11111110 | 100111 | 11100 | 0 | 0 | 11100000 | 1100010 | 1010000 |
Color Harmonies of #9BB6FE
Complementary color
Monochromatic Colors of #9BB6FE
Black with #9BB6FE
Text Example
Text Example
White with #9BB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB6FE; }
p { color: rgb(155,182,254); }
H1.HeaderClassName
{
color: #9BB6FE;
}
.AnyTagClassName
{
color: #9BB6FE;
}
</style>
background-color css
<style>
a { background-color: #9BB6FE; }
a { background-color: rgb(155,182,254); }
div.DivClassName
{
background-color: #9BB6FE;
}
.BgClassName
{
background-color: #9BB6FE;
}
</style>
border-color css
<style>
span { border-color: #9BB6FE; }
span { border-color: rgb(155,182,254); }
td.TdClassName
{
border-color: #9BB6FE;
}
.TagClassName
{
border-color: #9BB6FE;
}
</style>