Shades of Perano #9EBAEF
Tints of Perano #9EBAEF
RGB
CMYK
RGB Variations
Color information
#9EBAEF (or 0x9EBAEF) is known color: Perano. HEX triplet: 9E, BA and EF. RGB value is (158,186,239). Sum of RGB (Red+Green+Blue) = 158+186+239=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAEF is #614510. Grayscale: #B7B7B7. Windows color (decimal): -6374673 or 15710878. OLE color: 15710878.
HSL color Cylindrical-coordinate representation of color #9EBAEF: hue angle of 219.26º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBAEF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 186 | 239 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.06 |
| HSL | 219.26º | 0.72% | 0.78% | - |
| HSV(B) | 219.26º | 0.34% | 0.94% | - |
| XYZ | 47.24 | 48.62 | 88.56 | - |
| YUV | 183.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 239 | 0.34 | 0.22 | 0 | 0.06 | 219.26 | 0.72 | 0.78 |
| Hex | 9E | BA | EF | 22 | 16 | 0 | 6 | DB | 48 | 4E |
| Octal | 236 | 272 | 357 | 42 | 26 | 0 | 6 | 333 | 110 | 116 |
| Binary | 10011110 | 10111010 | 11101111 | 100010 | 10110 | 0 | 110 | 11011011 | 1001000 | 1001110 |
Color Harmonies of #9EBAEF
Complementary color
Monochromatic Colors of #9EBAEF
Black with #9EBAEF
Text Example
Text Example
White with #9EBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAEF; }
p { color: rgb(158,186,239); }
H1.HeaderClassName
{
color: #9EBAEF;
}
.AnyTagClassName
{
color: #9EBAEF;
}
</style>
background-color css
<style>
a { background-color: #9EBAEF; }
a { background-color: rgb(158,186,239); }
div.DivClassName
{
background-color: #9EBAEF;
}
.BgClassName
{
background-color: #9EBAEF;
}
</style>
border-color css
<style>
span { border-color: #9EBAEF; }
span { border-color: rgb(158,186,239); }
td.TdClassName
{
border-color: #9EBAEF;
}
.TagClassName
{
border-color: #9EBAEF;
}
</style>