Shades of Perano #9EBBFC
Tints of Perano #9EBBFC
RGB
CMYK
RGB Variations
Color information
#9EBBFC (or 0x9EBBFC) is known color: Perano. HEX triplet: 9E, BB and FC. RGB value is (158,187,252). Sum of RGB (Red+Green+Blue) = 158+187+252=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBFC is #614403. Grayscale: #B9B9B9. Windows color (decimal): -6374404 or 16563102. OLE color: 16563102.
HSL color Cylindrical-coordinate representation of color #9EBBFC: hue angle of 221.49º 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 #9EBBFC is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 187 | 252 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.01 |
| HSL | 221.49º | 0.94% | 0.8% | - |
| HSV(B) | 221.49º | 0.37% | 0.99% | - |
| XYZ | 49.44 | 49.84 | 99.11 | - |
| YUV | 185.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 252 | 0.37 | 0.26 | 0 | 0.01 | 221.49 | 0.94 | 0.8 |
| Hex | 9E | BB | FC | 25 | 1A | 0 | 1 | DD | 5E | 50 |
| Octal | 236 | 273 | 374 | 45 | 32 | 0 | 1 | 335 | 136 | 120 |
| Binary | 10011110 | 10111011 | 11111100 | 100101 | 11010 | 0 | 1 | 11011101 | 1011110 | 1010000 |
Color Harmonies of #9EBBFC
Complementary color
Monochromatic Colors of #9EBBFC
Black with #9EBBFC
Text Example
Text Example
White with #9EBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBFC; }
p { color: rgb(158,187,252); }
H1.HeaderClassName
{
color: #9EBBFC;
}
.AnyTagClassName
{
color: #9EBBFC;
}
</style>
background-color css
<style>
a { background-color: #9EBBFC; }
a { background-color: rgb(158,187,252); }
div.DivClassName
{
background-color: #9EBBFC;
}
.BgClassName
{
background-color: #9EBBFC;
}
</style>
border-color css
<style>
span { border-color: #9EBBFC; }
span { border-color: rgb(158,187,252); }
td.TdClassName
{
border-color: #9EBBFC;
}
.TagClassName
{
border-color: #9EBBFC;
}
</style>