Shades of Perano #9FBBFD
Tints of Perano #9FBBFD
RGB
CMYK
RGB Variations
Color information
#9FBBFD (or 0x9FBBFD) is known color: Perano. HEX triplet: 9F, BB and FD. RGB value is (159,187,253). Sum of RGB (Red+Green+Blue) = 159+187+253=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FBBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBFD is #604402. Grayscale: #B9B9B9. Windows color (decimal): -6308867 or 16628639. OLE color: 16628639.
HSL color Cylindrical-coordinate representation of color #9FBBFD: hue angle of 222.13º degrees, saturation: 0.96, 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 #9FBBFD is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 187 | 253 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.01 |
| HSL | 222.13º | 0.96% | 0.81% | - |
| HSV(B) | 222.13º | 0.37% | 0.99% | - |
| XYZ | 49.8 | 50 | 99.96 | - |
| YUV | 186.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 253 | 0.37 | 0.26 | 0 | 0.01 | 222.13 | 0.96 | 0.81 |
| Hex | 9F | BB | FD | 25 | 1A | 0 | 1 | DE | 60 | 51 |
| Octal | 237 | 273 | 375 | 45 | 32 | 0 | 1 | 336 | 140 | 121 |
| Binary | 10011111 | 10111011 | 11111101 | 100101 | 11010 | 0 | 1 | 11011110 | 1100000 | 1010001 |
Color Harmonies of #9FBBFD
Complementary color
Monochromatic Colors of #9FBBFD
Black with #9FBBFD
Text Example
Text Example
White with #9FBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBFD; }
p { color: rgb(159,187,253); }
H1.HeaderClassName
{
color: #9FBBFD;
}
.AnyTagClassName
{
color: #9FBBFD;
}
</style>
background-color css
<style>
a { background-color: #9FBBFD; }
a { background-color: rgb(159,187,253); }
div.DivClassName
{
background-color: #9FBBFD;
}
.BgClassName
{
background-color: #9FBBFD;
}
</style>
border-color css
<style>
span { border-color: #9FBBFD; }
span { border-color: rgb(159,187,253); }
td.TdClassName
{
border-color: #9FBBFD;
}
.TagClassName
{
border-color: #9FBBFD;
}
</style>