Shades of Perano #9FBCFE
Tints of Perano #9FBCFE
RGB
CMYK
RGB Variations
Color information
#9FBCFE (or 0x9FBCFE) is known color: Perano. HEX triplet: 9F, BC and FE. RGB value is (159,188,254). Sum of RGB (Red+Green+Blue) = 159+188+254=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCFE is #604301. Grayscale: #BABABA. Windows color (decimal): -6308610 or 16694431. OLE color: 16694431.
HSL color Cylindrical-coordinate representation of color #9FBCFE: hue angle of 221.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBCFE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 188 | 254 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.00 |
| HSL | 221.68º | 0.98% | 0.81% | - |
| HSV(B) | 221.68º | 0.37% | 1% | - |
| XYZ | 50.17 | 50.49 | 100.87 | - |
| YUV | 186.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 254 | 0.37 | 0.26 | 0 | 0.00 | 221.68 | 0.98 | 0.81 |
| Hex | 9F | BC | FE | 25 | 1A | 0 | 0 | DE | 62 | 51 |
| Octal | 237 | 274 | 376 | 45 | 32 | 0 | 0 | 336 | 142 | 121 |
| Binary | 10011111 | 10111100 | 11111110 | 100101 | 11010 | 0 | 0 | 11011110 | 1100010 | 1010001 |
Color Harmonies of #9FBCFE
Complementary color
Monochromatic Colors of #9FBCFE
Black with #9FBCFE
Text Example
Text Example
White with #9FBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCFE; }
p { color: rgb(159,188,254); }
H1.HeaderClassName
{
color: #9FBCFE;
}
.AnyTagClassName
{
color: #9FBCFE;
}
</style>
background-color css
<style>
a { background-color: #9FBCFE; }
a { background-color: rgb(159,188,254); }
div.DivClassName
{
background-color: #9FBCFE;
}
.BgClassName
{
background-color: #9FBCFE;
}
</style>
border-color css
<style>
span { border-color: #9FBCFE; }
span { border-color: rgb(159,188,254); }
td.TdClassName
{
border-color: #9FBCFE;
}
.TagClassName
{
border-color: #9FBCFE;
}
</style>