Shades of Perano #9BB2EA
Tints of Perano #9BB2EA
RGB
CMYK
RGB Variations
Color information
#9BB2EA (or 0x9BB2EA) is known color: Perano. HEX triplet: 9B, B2 and EA. RGB value is (155,178,234). Sum of RGB (Red+Green+Blue) = 155+178+234=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB2EA is #644D15. Grayscale: #B1B1B1. Windows color (decimal): -6573334 or 15381147. OLE color: 15381147.
HSL color Cylindrical-coordinate representation of color #9BB2EA: hue angle of 222.53º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB2EA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 178 | 234 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.08 |
| HSL | 222.53º | 0.65% | 0.76% | - |
| HSV(B) | 222.53º | 0.34% | 0.92% | - |
| XYZ | 44.29 | 44.75 | 84.15 | - |
| YUV | 177.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 234 | 0.34 | 0.24 | 0 | 0.08 | 222.53 | 0.65 | 0.76 |
| Hex | 9B | B2 | EA | 22 | 18 | 0 | 8 | DF | 41 | 4C |
| Octal | 233 | 262 | 352 | 42 | 30 | 0 | 10 | 337 | 101 | 114 |
| Binary | 10011011 | 10110010 | 11101010 | 100010 | 11000 | 0 | 1000 | 11011111 | 1000001 | 1001100 |
Color Harmonies of #9BB2EA
Complementary color
Monochromatic Colors of #9BB2EA
Black with #9BB2EA
Text Example
Text Example
White with #9BB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB2EA; }
p { color: rgb(155,178,234); }
H1.HeaderClassName
{
color: #9BB2EA;
}
.AnyTagClassName
{
color: #9BB2EA;
}
</style>
background-color css
<style>
a { background-color: #9BB2EA; }
a { background-color: rgb(155,178,234); }
div.DivClassName
{
background-color: #9BB2EA;
}
.BgClassName
{
background-color: #9BB2EA;
}
</style>
border-color css
<style>
span { border-color: #9BB2EA; }
span { border-color: rgb(155,178,234); }
td.TdClassName
{
border-color: #9BB2EA;
}
.TagClassName
{
border-color: #9BB2EA;
}
</style>