Shades of Perano #9EBAFC
Tints of Perano #9EBAFC
RGB
CMYK
RGB Variations
Color information
#9EBAFC (or 0x9EBAFC) is known color: Perano. HEX triplet: 9E, BA and FC. RGB value is (158,186,252). Sum of RGB (Red+Green+Blue) = 158+186+252=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAFC is #614503. Grayscale: #B8B8B8. Windows color (decimal): -6374660 or 16562846. OLE color: 16562846.
HSL color Cylindrical-coordinate representation of color #9EBAFC: hue angle of 222.13º 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 #9EBAFC is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 186 | 252 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.01 |
| HSL | 222.13º | 0.94% | 0.8% | - |
| HSV(B) | 222.13º | 0.37% | 0.99% | - |
| XYZ | 49.23 | 49.42 | 99.04 | - |
| YUV | 185.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 252 | 0.37 | 0.26 | 0 | 0.01 | 222.13 | 0.94 | 0.8 |
| Hex | 9E | BA | FC | 25 | 1A | 0 | 1 | DE | 5E | 50 |
| Octal | 236 | 272 | 374 | 45 | 32 | 0 | 1 | 336 | 136 | 120 |
| Binary | 10011110 | 10111010 | 11111100 | 100101 | 11010 | 0 | 1 | 11011110 | 1011110 | 1010000 |
Color Harmonies of #9EBAFC
Complementary color
Monochromatic Colors of #9EBAFC
Black with #9EBAFC
Text Example
Text Example
White with #9EBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBAFC; }
p { color: rgb(158,186,252); }
H1.HeaderClassName
{
color: #9EBAFC;
}
.AnyTagClassName
{
color: #9EBAFC;
}
</style>
background-color css
<style>
a { background-color: #9EBAFC; }
a { background-color: rgb(158,186,252); }
div.DivClassName
{
background-color: #9EBAFC;
}
.BgClassName
{
background-color: #9EBAFC;
}
</style>
border-color css
<style>
span { border-color: #9EBAFC; }
span { border-color: rgb(158,186,252); }
td.TdClassName
{
border-color: #9EBAFC;
}
.TagClassName
{
border-color: #9EBAFC;
}
</style>