Shades of Perano #9BACEC
Tints of Perano #9BACEC
RGB
CMYK
RGB Variations
Color information
#9BACEC (or 0x9BACEC) is known color: Perano. HEX triplet: 9B, AC and EC. RGB value is (155,172,236). Sum of RGB (Red+Green+Blue) = 155+172+236=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEC is #645313. Grayscale: #ADADAD. Windows color (decimal): -6574868 or 15510683. OLE color: 15510683.
HSL color Cylindrical-coordinate representation of color #9BACEC: hue angle of 227.41º 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 #9BACEC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 172 | 236 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.07 |
| HSL | 227.41º | 0.68% | 0.77% | - |
| HSV(B) | 227.41º | 0.34% | 0.93% | - |
| XYZ | 43.41 | 42.53 | 85.28 | - |
| YUV | 174.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 236 | 0.34 | 0.27 | 0 | 0.07 | 227.41 | 0.68 | 0.77 |
| Hex | 9B | AC | EC | 22 | 1B | 0 | 7 | E3 | 44 | 4D |
| Octal | 233 | 254 | 354 | 42 | 33 | 0 | 7 | 343 | 104 | 115 |
| Binary | 10011011 | 10101100 | 11101100 | 100010 | 11011 | 0 | 111 | 11100011 | 1000100 | 1001101 |
Color Harmonies of #9BACEC
Complementary color
Monochromatic Colors of #9BACEC
Black with #9BACEC
Text Example
Text Example
White with #9BACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACEC; }
p { color: rgb(155,172,236); }
H1.HeaderClassName
{
color: #9BACEC;
}
.AnyTagClassName
{
color: #9BACEC;
}
</style>
background-color css
<style>
a { background-color: #9BACEC; }
a { background-color: rgb(155,172,236); }
div.DivClassName
{
background-color: #9BACEC;
}
.BgClassName
{
background-color: #9BACEC;
}
</style>
border-color css
<style>
span { border-color: #9BACEC; }
span { border-color: rgb(155,172,236); }
td.TdClassName
{
border-color: #9BACEC;
}
.TagClassName
{
border-color: #9BACEC;
}
</style>