Shades of Perano #9BB6E8
Tints of Perano #9BB6E8
RGB
CMYK
RGB Variations
Color information
#9BB6E8 (or 0x9BB6E8) is known color: Perano. HEX triplet: 9B, B6 and E8. RGB value is (155,182,232). Sum of RGB (Red+Green+Blue) = 155+182+232=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BB6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB6E8 is #644917. Grayscale: #B3B3B3. Windows color (decimal): -6572312 or 15251099. OLE color: 15251099.
HSL color Cylindrical-coordinate representation of color #9BB6E8: hue angle of 218.96º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BB6E8 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 182 | 232 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.09 |
| HSL | 218.96º | 0.63% | 0.76% | - |
| HSV(B) | 218.96º | 0.33% | 0.91% | - |
| XYZ | 44.81 | 46.25 | 82.91 | - |
| YUV | 179.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 232 | 0.33 | 0.22 | 0 | 0.09 | 218.96 | 0.63 | 0.76 |
| Hex | 9B | B6 | E8 | 21 | 16 | 0 | 9 | DB | 3F | 4C |
| Octal | 233 | 266 | 350 | 41 | 26 | 0 | 11 | 333 | 77 | 114 |
| Binary | 10011011 | 10110110 | 11101000 | 100001 | 10110 | 0 | 1001 | 11011011 | 111111 | 1001100 |
Color Harmonies of #9BB6E8
Complementary color
Monochromatic Colors of #9BB6E8
Black with #9BB6E8
Text Example
Text Example
White with #9BB6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB6E8; }
p { color: rgb(155,182,232); }
H1.HeaderClassName
{
color: #9BB6E8;
}
.AnyTagClassName
{
color: #9BB6E8;
}
</style>
background-color css
<style>
a { background-color: #9BB6E8; }
a { background-color: rgb(155,182,232); }
div.DivClassName
{
background-color: #9BB6E8;
}
.BgClassName
{
background-color: #9BB6E8;
}
</style>
border-color css
<style>
span { border-color: #9BB6E8; }
span { border-color: rgb(155,182,232); }
td.TdClassName
{
border-color: #9BB6E8;
}
.TagClassName
{
border-color: #9BB6E8;
}
</style>