Shades of Perano #9FBAFE
Tints of Perano #9FBAFE
RGB
CMYK
RGB Variations
Color information
#9FBAFE (or 0x9FBAFE) is known color: Perano. HEX triplet: 9F, BA and FE. RGB value is (159,186,254). Sum of RGB (Red+Green+Blue) = 159+186+254=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAFE is #604501. Grayscale: #B9B9B9. Windows color (decimal): -6309122 or 16693919. OLE color: 16693919.
HSL color Cylindrical-coordinate representation of color #9FBAFE: hue angle of 222.95º 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 #9FBAFE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 186 | 254 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.00 |
| HSL | 222.95º | 0.98% | 0.81% | - |
| HSV(B) | 222.95º | 0.37% | 1% | - |
| XYZ | 49.75 | 49.64 | 100.73 | - |
| YUV | 185.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 254 | 0.37 | 0.27 | 0 | 0.00 | 222.95 | 0.98 | 0.81 |
| Hex | 9F | BA | FE | 25 | 1B | 0 | 0 | DF | 62 | 51 |
| Octal | 237 | 272 | 376 | 45 | 33 | 0 | 0 | 337 | 142 | 121 |
| Binary | 10011111 | 10111010 | 11111110 | 100101 | 11011 | 0 | 0 | 11011111 | 1100010 | 1010001 |
Color Harmonies of #9FBAFE
Complementary color
Monochromatic Colors of #9FBAFE
Black with #9FBAFE
Text Example
Text Example
White with #9FBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAFE; }
p { color: rgb(159,186,254); }
H1.HeaderClassName
{
color: #9FBAFE;
}
.AnyTagClassName
{
color: #9FBAFE;
}
</style>
background-color css
<style>
a { background-color: #9FBAFE; }
a { background-color: rgb(159,186,254); }
div.DivClassName
{
background-color: #9FBAFE;
}
.BgClassName
{
background-color: #9FBAFE;
}
</style>
border-color css
<style>
span { border-color: #9FBAFE; }
span { border-color: rgb(159,186,254); }
td.TdClassName
{
border-color: #9FBAFE;
}
.TagClassName
{
border-color: #9FBAFE;
}
</style>