Shades of Perano #9FBEFC
Tints of Perano #9FBEFC
RGB
CMYK
RGB Variations
Color information
#9FBEFC (or 0x9FBEFC) is known color: Perano. HEX triplet: 9F, BE and FC. RGB value is (159,190,252). Sum of RGB (Red+Green+Blue) = 159+190+252=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBEFC is #604103. Grayscale: #BBBBBB. Windows color (decimal): -6308100 or 16563871. OLE color: 16563871.
HSL color Cylindrical-coordinate representation of color #9FBEFC: hue angle of 220º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBEFC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 159 | 190 | 252 | - |
CMYK | 0.37 | 0.25 | 0 | 0.01 |
HSL | 220º | 0.94% | 0.81% | - |
HSV(B) | 220º | 0.37% | 0.99% | - |
XYZ | 50.28 | 51.23 | 99.33 | - |
YUV | 187.8 | 164.23 | 107.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 252 | 0.37 | 0.25 | 0 | 0.01 | 220 | 0.94 | 0.81 |
Hex | 9F | BE | FC | 25 | 19 | 0 | 1 | DC | 5E | 51 |
Octal | 237 | 276 | 374 | 45 | 31 | 0 | 1 | 334 | 136 | 121 |
Binary | 10011111 | 10111110 | 11111100 | 100101 | 11001 | 0 | 1 | 11011100 | 1011110 | 1010001 |
Color Harmonies of #9FBEFC
Complementary color
Monochromatic Colors of #9FBEFC
Black with #9FBEFC
Text Example
Text Example
White with #9FBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEFC; }
p { color: rgb(159,190,252); }
H1.HeaderClassName
{
color: #9FBEFC;
}
.AnyTagClassName
{
color: #9FBEFC;
}
</style>
background-color css
<style>
a { background-color: #9FBEFC; }
a { background-color: rgb(159,190,252); }
div.DivClassName
{
background-color: #9FBEFC;
}
.BgClassName
{
background-color: #9FBEFC;
}
</style>
border-color css
<style>
span { border-color: #9FBEFC; }
span { border-color: rgb(159,190,252); }
td.TdClassName
{
border-color: #9FBEFC;
}
.TagClassName
{
border-color: #9FBEFC;
}
</style>