Shades of Perano #9EBCF8
Tints of Perano #9EBCF8
RGB
CMYK
RGB Variations
Color information
#9EBCF8 (or 0x9EBCF8) is known color: Perano. HEX triplet: 9E, BC and F8. RGB value is (158,188,248). Sum of RGB (Red+Green+Blue) = 158+188+248=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #9EBCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCF8 is #614307. Grayscale: #B9B9B9. Windows color (decimal): -6374152 or 16301214. OLE color: 16301214.
HSL color Cylindrical-coordinate representation of color #9EBCF8: hue angle of 220º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EBCF8 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 188 | 248 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.03 |
| HSL | 220º | 0.87% | 0.8% | - |
| HSV(B) | 220º | 0.36% | 0.97% | - |
| XYZ | 49.03 | 50.01 | 95.88 | - |
| YUV | 185.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 248 | 0.36 | 0.24 | 0 | 0.03 | 220 | 0.87 | 0.8 |
| Hex | 9E | BC | F8 | 24 | 18 | 0 | 3 | DC | 57 | 50 |
| Octal | 236 | 274 | 370 | 44 | 30 | 0 | 3 | 334 | 127 | 120 |
| Binary | 10011110 | 10111100 | 11111000 | 100100 | 11000 | 0 | 11 | 11011100 | 1010111 | 1010000 |
Color Harmonies of #9EBCF8
Complementary color
Monochromatic Colors of #9EBCF8
Black with #9EBCF8
Text Example
Text Example
White with #9EBCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBCF8; }
p { color: rgb(158,188,248); }
H1.HeaderClassName
{
color: #9EBCF8;
}
.AnyTagClassName
{
color: #9EBCF8;
}
</style>
background-color css
<style>
a { background-color: #9EBCF8; }
a { background-color: rgb(158,188,248); }
div.DivClassName
{
background-color: #9EBCF8;
}
.BgClassName
{
background-color: #9EBCF8;
}
</style>
border-color css
<style>
span { border-color: #9EBCF8; }
span { border-color: rgb(158,188,248); }
td.TdClassName
{
border-color: #9EBCF8;
}
.TagClassName
{
border-color: #9EBCF8;
}
</style>