Shades of Perano #9FB5F3
Tints of Perano #9FB5F3
RGB
CMYK
RGB Variations
Color information
#9FB5F3 (or 0x9FB5F3) is known color: Perano. HEX triplet: 9F, B5 and F3. RGB value is (159,181,243). Sum of RGB (Red+Green+Blue) = 159+181+243=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FB5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB5F3 is #604A0C. Grayscale: #B5B5B5. Windows color (decimal): -6310413 or 15971743. OLE color: 15971743.
HSL color Cylindrical-coordinate representation of color #9FB5F3: hue angle of 224.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB5F3 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 181 | 243 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.05 |
| HSL | 224.29º | 0.78% | 0.79% | - |
| HSV(B) | 224.29º | 0.35% | 0.95% | - |
| XYZ | 47 | 46.89 | 91.37 | - |
| YUV | 181.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 243 | 0.35 | 0.26 | 0 | 0.05 | 224.29 | 0.78 | 0.79 |
| Hex | 9F | B5 | F3 | 23 | 1A | 0 | 5 | E0 | 4E | 4F |
| Octal | 237 | 265 | 363 | 43 | 32 | 0 | 5 | 340 | 116 | 117 |
| Binary | 10011111 | 10110101 | 11110011 | 100011 | 11010 | 0 | 101 | 11100000 | 1001110 | 1001111 |
Color Harmonies of #9FB5F3
Complementary color
Monochromatic Colors of #9FB5F3
Black with #9FB5F3
Text Example
Text Example
White with #9FB5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB5F3; }
p { color: rgb(159,181,243); }
H1.HeaderClassName
{
color: #9FB5F3;
}
.AnyTagClassName
{
color: #9FB5F3;
}
</style>
background-color css
<style>
a { background-color: #9FB5F3; }
a { background-color: rgb(159,181,243); }
div.DivClassName
{
background-color: #9FB5F3;
}
.BgClassName
{
background-color: #9FB5F3;
}
</style>
border-color css
<style>
span { border-color: #9FB5F3; }
span { border-color: rgb(159,181,243); }
td.TdClassName
{
border-color: #9FB5F3;
}
.TagClassName
{
border-color: #9FB5F3;
}
</style>