Shades of Perano #9EB9EC
Tints of Perano #9EB9EC
RGB
CMYK
RGB Variations
Color information
#9EB9EC (or 0x9EB9EC) is known color: Perano. HEX triplet: 9E, B9 and EC. RGB value is (158,185,236). Sum of RGB (Red+Green+Blue) = 158+185+236=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB9EC is #614613. Grayscale: #B6B6B6. Windows color (decimal): -6374932 or 15514014. OLE color: 15514014.
HSL color Cylindrical-coordinate representation of color #9EB9EC: hue angle of 219.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EB9EC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 185 | 236 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.07 |
| HSL | 219.23º | 0.67% | 0.77% | - |
| HSV(B) | 219.23º | 0.33% | 0.93% | - |
| XYZ | 46.59 | 48.02 | 86.17 | - |
| YUV | 182.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 236 | 0.33 | 0.22 | 0 | 0.07 | 219.23 | 0.67 | 0.77 |
| Hex | 9E | B9 | EC | 21 | 16 | 0 | 7 | DB | 43 | 4D |
| Octal | 236 | 271 | 354 | 41 | 26 | 0 | 7 | 333 | 103 | 115 |
| Binary | 10011110 | 10111001 | 11101100 | 100001 | 10110 | 0 | 111 | 11011011 | 1000011 | 1001101 |
Color Harmonies of #9EB9EC
Complementary color
Monochromatic Colors of #9EB9EC
Black with #9EB9EC
Text Example
Text Example
White with #9EB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB9EC; }
p { color: rgb(158,185,236); }
H1.HeaderClassName
{
color: #9EB9EC;
}
.AnyTagClassName
{
color: #9EB9EC;
}
</style>
background-color css
<style>
a { background-color: #9EB9EC; }
a { background-color: rgb(158,185,236); }
div.DivClassName
{
background-color: #9EB9EC;
}
.BgClassName
{
background-color: #9EB9EC;
}
</style>
border-color css
<style>
span { border-color: #9EB9EC; }
span { border-color: rgb(158,185,236); }
td.TdClassName
{
border-color: #9EB9EC;
}
.TagClassName
{
border-color: #9EB9EC;
}
</style>