Shades of Perano #9EBBF0
Tints of Perano #9EBBF0
RGB
CMYK
RGB Variations
Color information
#9EBBF0 (or 0x9EBBF0) is known color: Perano. HEX triplet: 9E, BB and F0. RGB value is (158,187,240). Sum of RGB (Red+Green+Blue) = 158+187+240=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EBBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBF0 is #61440F. Grayscale: #B8B8B8. Windows color (decimal): -6374416 or 15776670. OLE color: 15776670.
HSL color Cylindrical-coordinate representation of color #9EBBF0: hue angle of 218.78º degrees, saturation: 0.73, 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 #9EBBF0 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 187 | 240 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.06 |
| HSL | 218.78º | 0.73% | 0.78% | - |
| HSV(B) | 218.78º | 0.34% | 0.94% | - |
| XYZ | 47.6 | 49.1 | 89.41 | - |
| YUV | 184.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 240 | 0.34 | 0.22 | 0 | 0.06 | 218.78 | 0.73 | 0.78 |
| Hex | 9E | BB | F0 | 22 | 16 | 0 | 6 | DB | 49 | 4E |
| Octal | 236 | 273 | 360 | 42 | 26 | 0 | 6 | 333 | 111 | 116 |
| Binary | 10011110 | 10111011 | 11110000 | 100010 | 10110 | 0 | 110 | 11011011 | 1001001 | 1001110 |
Color Harmonies of #9EBBF0
Complementary color
Monochromatic Colors of #9EBBF0
Black with #9EBBF0
Text Example
Text Example
White with #9EBBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBF0; }
p { color: rgb(158,187,240); }
H1.HeaderClassName
{
color: #9EBBF0;
}
.AnyTagClassName
{
color: #9EBBF0;
}
</style>
background-color css
<style>
a { background-color: #9EBBF0; }
a { background-color: rgb(158,187,240); }
div.DivClassName
{
background-color: #9EBBF0;
}
.BgClassName
{
background-color: #9EBBF0;
}
</style>
border-color css
<style>
span { border-color: #9EBBF0; }
span { border-color: rgb(158,187,240); }
td.TdClassName
{
border-color: #9EBBF0;
}
.TagClassName
{
border-color: #9EBBF0;
}
</style>