Shades of Perano #9EBEFC
Tints of Perano #9EBEFC
RGB
CMYK
RGB Variations
Color information
#9EBEFC (or 0x9EBEFC) is known color: Perano. HEX triplet: 9E, BE and FC. RGB value is (158,190,252). Sum of RGB (Red+Green+Blue) = 158+190+252=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBEFC is #614103. Grayscale: #BBBBBB. Windows color (decimal): -6373636 or 16563870. OLE color: 16563870.
HSL color Cylindrical-coordinate representation of color #9EBEFC: hue angle of 219.57º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBEFC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 190 | 252 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.01 |
| HSL | 219.57º | 0.94% | 0.8% | - |
| HSV(B) | 219.57º | 0.37% | 0.99% | - |
| XYZ | 50.08 | 51.12 | 99.32 | - |
| YUV | 187.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 252 | 0.37 | 0.25 | 0 | 0.01 | 219.57 | 0.94 | 0.8 |
| Hex | 9E | BE | FC | 25 | 19 | 0 | 1 | DC | 5E | 50 |
| Octal | 236 | 276 | 374 | 45 | 31 | 0 | 1 | 334 | 136 | 120 |
| Binary | 10011110 | 10111110 | 11111100 | 100101 | 11001 | 0 | 1 | 11011100 | 1011110 | 1010000 |
Color Harmonies of #9EBEFC
Complementary color
Monochromatic Colors of #9EBEFC
Black with #9EBEFC
Text Example
Text Example
White with #9EBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBEFC; }
p { color: rgb(158,190,252); }
H1.HeaderClassName
{
color: #9EBEFC;
}
.AnyTagClassName
{
color: #9EBEFC;
}
</style>
background-color css
<style>
a { background-color: #9EBEFC; }
a { background-color: rgb(158,190,252); }
div.DivClassName
{
background-color: #9EBEFC;
}
.BgClassName
{
background-color: #9EBEFC;
}
</style>
border-color css
<style>
span { border-color: #9EBEFC; }
span { border-color: rgb(158,190,252); }
td.TdClassName
{
border-color: #9EBEFC;
}
.TagClassName
{
border-color: #9EBEFC;
}
</style>