Shades of Perano #9BAAEC
Tints of Perano #9BAAEC
RGB
CMYK
RGB Variations
Color information
#9BAAEC (or 0x9BAAEC) is known color: Perano. HEX triplet: 9B, AA and EC. RGB value is (155,170,236). Sum of RGB (Red+Green+Blue) = 155+170+236=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAEC is #645513. Grayscale: #ACACAC. Windows color (decimal): -6575380 or 15510171. OLE color: 15510171.
HSL color Cylindrical-coordinate representation of color #9BAAEC: hue angle of 228.89º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAAEC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 170 | 236 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.07 |
| HSL | 228.89º | 0.68% | 0.77% | - |
| HSV(B) | 228.89º | 0.34% | 0.93% | - |
| XYZ | 43.03 | 41.77 | 85.15 | - |
| YUV | 173.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 236 | 0.34 | 0.28 | 0 | 0.07 | 228.89 | 0.68 | 0.77 |
| Hex | 9B | AA | EC | 22 | 1C | 0 | 7 | E5 | 44 | 4D |
| Octal | 233 | 252 | 354 | 42 | 34 | 0 | 7 | 345 | 104 | 115 |
| Binary | 10011011 | 10101010 | 11101100 | 100010 | 11100 | 0 | 111 | 11100101 | 1000100 | 1001101 |
Color Harmonies of #9BAAEC
Complementary color
Monochromatic Colors of #9BAAEC
Black with #9BAAEC
Text Example
Text Example
White with #9BAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAEC; }
p { color: rgb(155,170,236); }
H1.HeaderClassName
{
color: #9BAAEC;
}
.AnyTagClassName
{
color: #9BAAEC;
}
</style>
background-color css
<style>
a { background-color: #9BAAEC; }
a { background-color: rgb(155,170,236); }
div.DivClassName
{
background-color: #9BAAEC;
}
.BgClassName
{
background-color: #9BAAEC;
}
</style>
border-color css
<style>
span { border-color: #9BAAEC; }
span { border-color: rgb(155,170,236); }
td.TdClassName
{
border-color: #9BAAEC;
}
.TagClassName
{
border-color: #9BAAEC;
}
</style>