Shades of Perano #9FBAEB
Tints of Perano #9FBAEB
RGB
CMYK
RGB Variations
Color information
#9FBAEB (or 0x9FBAEB) is known color: Perano. HEX triplet: 9F, BA and EB. RGB value is (159,186,235). Sum of RGB (Red+Green+Blue) = 159+186+235=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAEB is #604514. Grayscale: #B7B7B7. Windows color (decimal): -6309141 or 15448735. OLE color: 15448735.
HSL color Cylindrical-coordinate representation of color #9FBAEB: hue angle of 218.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBAEB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 186 | 235 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.08 |
| HSL | 218.68º | 0.66% | 0.77% | - |
| HSV(B) | 218.68º | 0.32% | 0.92% | - |
| XYZ | 46.85 | 48.49 | 85.49 | - |
| YUV | 183.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 235 | 0.32 | 0.21 | 0 | 0.08 | 218.68 | 0.66 | 0.77 |
| Hex | 9F | BA | EB | 20 | 15 | 0 | 8 | DB | 42 | 4D |
| Octal | 237 | 272 | 353 | 40 | 25 | 0 | 10 | 333 | 102 | 115 |
| Binary | 10011111 | 10111010 | 11101011 | 100000 | 10101 | 0 | 1000 | 11011011 | 1000010 | 1001101 |
Color Harmonies of #9FBAEB
Complementary color
Monochromatic Colors of #9FBAEB
Black with #9FBAEB
Text Example
Text Example
White with #9FBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAEB; }
p { color: rgb(159,186,235); }
H1.HeaderClassName
{
color: #9FBAEB;
}
.AnyTagClassName
{
color: #9FBAEB;
}
</style>
background-color css
<style>
a { background-color: #9FBAEB; }
a { background-color: rgb(159,186,235); }
div.DivClassName
{
background-color: #9FBAEB;
}
.BgClassName
{
background-color: #9FBAEB;
}
</style>
border-color css
<style>
span { border-color: #9FBAEB; }
span { border-color: rgb(159,186,235); }
td.TdClassName
{
border-color: #9FBAEB;
}
.TagClassName
{
border-color: #9FBAEB;
}
</style>