Shades of Perano #9EBCEF
Tints of Perano #9EBCEF
RGB
CMYK
RGB Variations
Color information
#9EBCEF (or 0x9EBCEF) is known color: Perano. HEX triplet: 9E, BC and EF. RGB value is (158,188,239). Sum of RGB (Red+Green+Blue) = 158+188+239=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EBCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCEF is #614310. Grayscale: #B8B8B8. Windows color (decimal): -6374161 or 15711390. OLE color: 15711390.
HSL color Cylindrical-coordinate representation of color #9EBCEF: hue angle of 217.78º 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 #9EBCEF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 188 | 239 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.06 |
| HSL | 217.78º | 0.72% | 0.78% | - |
| HSV(B) | 217.78º | 0.34% | 0.94% | - |
| XYZ | 47.66 | 49.47 | 88.7 | - |
| YUV | 184.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 239 | 0.34 | 0.21 | 0 | 0.06 | 217.78 | 0.72 | 0.78 |
| Hex | 9E | BC | EF | 22 | 15 | 0 | 6 | DA | 48 | 4E |
| Octal | 236 | 274 | 357 | 42 | 25 | 0 | 6 | 332 | 110 | 116 |
| Binary | 10011110 | 10111100 | 11101111 | 100010 | 10101 | 0 | 110 | 11011010 | 1001000 | 1001110 |
Color Harmonies of #9EBCEF
Complementary color
Monochromatic Colors of #9EBCEF
Black with #9EBCEF
Text Example
Text Example
White with #9EBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBCEF; }
p { color: rgb(158,188,239); }
H1.HeaderClassName
{
color: #9EBCEF;
}
.AnyTagClassName
{
color: #9EBCEF;
}
</style>
background-color css
<style>
a { background-color: #9EBCEF; }
a { background-color: rgb(158,188,239); }
div.DivClassName
{
background-color: #9EBCEF;
}
.BgClassName
{
background-color: #9EBCEF;
}
</style>
border-color css
<style>
span { border-color: #9EBCEF; }
span { border-color: rgb(158,188,239); }
td.TdClassName
{
border-color: #9EBCEF;
}
.TagClassName
{
border-color: #9EBCEF;
}
</style>