Shades of Perano #9BACEF
Tints of Perano #9BACEF
RGB
CMYK
RGB Variations
Color information
#9BACEF (or 0x9BACEF) is known color: Perano. HEX triplet: 9B, AC and EF. RGB value is (155,172,239). Sum of RGB (Red+Green+Blue) = 155+172+239=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEF is #645310. Grayscale: #AEAEAE. Windows color (decimal): -6574865 or 15707291. OLE color: 15707291.
HSL color Cylindrical-coordinate representation of color #9BACEF: hue angle of 227.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BACEF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 172 | 239 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.06 |
| HSL | 227.86º | 0.72% | 0.77% | - |
| HSV(B) | 227.86º | 0.35% | 0.94% | - |
| XYZ | 43.85 | 42.71 | 87.59 | - |
| YUV | 174.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 239 | 0.35 | 0.28 | 0 | 0.06 | 227.86 | 0.72 | 0.77 |
| Hex | 9B | AC | EF | 23 | 1C | 0 | 6 | E4 | 48 | 4D |
| Octal | 233 | 254 | 357 | 43 | 34 | 0 | 6 | 344 | 110 | 115 |
| Binary | 10011011 | 10101100 | 11101111 | 100011 | 11100 | 0 | 110 | 11100100 | 1001000 | 1001101 |
Color Harmonies of #9BACEF
Complementary color
Monochromatic Colors of #9BACEF
Black with #9BACEF
Text Example
Text Example
White with #9BACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACEF; }
p { color: rgb(155,172,239); }
H1.HeaderClassName
{
color: #9BACEF;
}
.AnyTagClassName
{
color: #9BACEF;
}
</style>
background-color css
<style>
a { background-color: #9BACEF; }
a { background-color: rgb(155,172,239); }
div.DivClassName
{
background-color: #9BACEF;
}
.BgClassName
{
background-color: #9BACEF;
}
</style>
border-color css
<style>
span { border-color: #9BACEF; }
span { border-color: rgb(155,172,239); }
td.TdClassName
{
border-color: #9BACEF;
}
.TagClassName
{
border-color: #9BACEF;
}
</style>