Shades of Perano #9FB9EF
Tints of Perano #9FB9EF
RGB
CMYK
RGB Variations
Color information
#9FB9EF (or 0x9FB9EF) is known color: Perano. HEX triplet: 9F, B9 and EF. RGB value is (159,185,239). Sum of RGB (Red+Green+Blue) = 159+185+239=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB9EF is #604610. Grayscale: #B7B7B7. Windows color (decimal): -6309393 or 15710623. OLE color: 15710623.
HSL color Cylindrical-coordinate representation of color #9FB9EF: hue angle of 220.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB9EF is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 185 | 239 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.06 |
| HSL | 220.5º | 0.71% | 0.78% | - |
| HSV(B) | 220.5º | 0.33% | 0.94% | - |
| XYZ | 47.23 | 48.3 | 88.5 | - |
| YUV | 183.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 239 | 0.33 | 0.23 | 0 | 0.06 | 220.5 | 0.71 | 0.78 |
| Hex | 9F | B9 | EF | 21 | 17 | 0 | 6 | DC | 47 | 4E |
| Octal | 237 | 271 | 357 | 41 | 27 | 0 | 6 | 334 | 107 | 116 |
| Binary | 10011111 | 10111001 | 11101111 | 100001 | 10111 | 0 | 110 | 11011100 | 1000111 | 1001110 |
Color Harmonies of #9FB9EF
Complementary color
Monochromatic Colors of #9FB9EF
Black with #9FB9EF
Text Example
Text Example
White with #9FB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB9EF; }
p { color: rgb(159,185,239); }
H1.HeaderClassName
{
color: #9FB9EF;
}
.AnyTagClassName
{
color: #9FB9EF;
}
</style>
background-color css
<style>
a { background-color: #9FB9EF; }
a { background-color: rgb(159,185,239); }
div.DivClassName
{
background-color: #9FB9EF;
}
.BgClassName
{
background-color: #9FB9EF;
}
</style>
border-color css
<style>
span { border-color: #9FB9EF; }
span { border-color: rgb(159,185,239); }
td.TdClassName
{
border-color: #9FB9EF;
}
.TagClassName
{
border-color: #9FB9EF;
}
</style>