Shades of Perano #9FBDFC
Tints of Perano #9FBDFC
RGB
CMYK
RGB Variations
Color information
#9FBDFC (or 0x9FBDFC) is known color: Perano. HEX triplet: 9F, BD and FC. RGB value is (159,189,252). Sum of RGB (Red+Green+Blue) = 159+189+252=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDFC is #604203. Grayscale: #BABABA. Windows color (decimal): -6308356 or 16563615. OLE color: 16563615.
HSL color Cylindrical-coordinate representation of color #9FBDFC: hue angle of 220.65º 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 #9FBDFC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 189 | 252 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.01 |
| HSL | 220.65º | 0.94% | 0.81% | - |
| HSV(B) | 220.65º | 0.37% | 0.99% | - |
| XYZ | 50.07 | 50.79 | 99.26 | - |
| YUV | 187.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 252 | 0.37 | 0.25 | 0 | 0.01 | 220.65 | 0.94 | 0.81 |
| Hex | 9F | BD | FC | 25 | 19 | 0 | 1 | DD | 5E | 51 |
| Octal | 237 | 275 | 374 | 45 | 31 | 0 | 1 | 335 | 136 | 121 |
| Binary | 10011111 | 10111101 | 11111100 | 100101 | 11001 | 0 | 1 | 11011101 | 1011110 | 1010001 |
Color Harmonies of #9FBDFC
Complementary color
Monochromatic Colors of #9FBDFC
Black with #9FBDFC
Text Example
Text Example
White with #9FBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDFC; }
p { color: rgb(159,189,252); }
H1.HeaderClassName
{
color: #9FBDFC;
}
.AnyTagClassName
{
color: #9FBDFC;
}
</style>
background-color css
<style>
a { background-color: #9FBDFC; }
a { background-color: rgb(159,189,252); }
div.DivClassName
{
background-color: #9FBDFC;
}
.BgClassName
{
background-color: #9FBDFC;
}
</style>
border-color css
<style>
span { border-color: #9FBDFC; }
span { border-color: rgb(159,189,252); }
td.TdClassName
{
border-color: #9FBDFC;
}
.TagClassName
{
border-color: #9FBDFC;
}
</style>