Shades of Perano #9BACED
Tints of Perano #9BACED
RGB
CMYK
RGB Variations
Color information
#9BACED (or 0x9BACED) is known color: Perano. HEX triplet: 9B, AC and ED. RGB value is (155,172,237). Sum of RGB (Red+Green+Blue) = 155+172+237=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACED is #645312. Grayscale: #AEAEAE. Windows color (decimal): -6574867 or 15576219. OLE color: 15576219.
HSL color Cylindrical-coordinate representation of color #9BACED: hue angle of 227.56º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BACED is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 172 | 237 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.07 |
| HSL | 227.56º | 0.69% | 0.77% | - |
| HSV(B) | 227.56º | 0.35% | 0.93% | - |
| XYZ | 43.56 | 42.59 | 86.05 | - |
| YUV | 174.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 237 | 0.35 | 0.27 | 0 | 0.07 | 227.56 | 0.69 | 0.77 |
| Hex | 9B | AC | ED | 23 | 1B | 0 | 7 | E4 | 45 | 4D |
| Octal | 233 | 254 | 355 | 43 | 33 | 0 | 7 | 344 | 105 | 115 |
| Binary | 10011011 | 10101100 | 11101101 | 100011 | 11011 | 0 | 111 | 11100100 | 1000101 | 1001101 |
Color Harmonies of #9BACED
Complementary color
Monochromatic Colors of #9BACED
Black with #9BACED
Text Example
Text Example
White with #9BACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACED; }
p { color: rgb(155,172,237); }
H1.HeaderClassName
{
color: #9BACED;
}
.AnyTagClassName
{
color: #9BACED;
}
</style>
background-color css
<style>
a { background-color: #9BACED; }
a { background-color: rgb(155,172,237); }
div.DivClassName
{
background-color: #9BACED;
}
.BgClassName
{
background-color: #9BACED;
}
</style>
border-color css
<style>
span { border-color: #9BACED; }
span { border-color: rgb(155,172,237); }
td.TdClassName
{
border-color: #9BACED;
}
.TagClassName
{
border-color: #9BACED;
}
</style>