Shades of Perano #9FB4F2
Tints of Perano #9FB4F2
RGB
CMYK
RGB Variations
Color information
#9FB4F2 (or 0x9FB4F2) is known color: Perano. HEX triplet: 9F, B4 and F2. RGB value is (159,180,242). Sum of RGB (Red+Green+Blue) = 159+180+242=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FB4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB4F2 is #604B0D. Grayscale: #B4B4B4. Windows color (decimal): -6310670 or 15905951. OLE color: 15905951.
HSL color Cylindrical-coordinate representation of color #9FB4F2: hue angle of 224.82º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB4F2 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 180 | 242 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.05 |
| HSL | 224.82º | 0.76% | 0.79% | - |
| HSV(B) | 224.82º | 0.34% | 0.95% | - |
| XYZ | 46.65 | 46.42 | 90.51 | - |
| YUV | 180.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 242 | 0.34 | 0.26 | 0 | 0.05 | 224.82 | 0.76 | 0.79 |
| Hex | 9F | B4 | F2 | 22 | 1A | 0 | 5 | E1 | 4C | 4F |
| Octal | 237 | 264 | 362 | 42 | 32 | 0 | 5 | 341 | 114 | 117 |
| Binary | 10011111 | 10110100 | 11110010 | 100010 | 11010 | 0 | 101 | 11100001 | 1001100 | 1001111 |
Color Harmonies of #9FB4F2
Complementary color
Monochromatic Colors of #9FB4F2
Black with #9FB4F2
Text Example
Text Example
White with #9FB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB4F2; }
p { color: rgb(159,180,242); }
H1.HeaderClassName
{
color: #9FB4F2;
}
.AnyTagClassName
{
color: #9FB4F2;
}
</style>
background-color css
<style>
a { background-color: #9FB4F2; }
a { background-color: rgb(159,180,242); }
div.DivClassName
{
background-color: #9FB4F2;
}
.BgClassName
{
background-color: #9FB4F2;
}
</style>
border-color css
<style>
span { border-color: #9FB4F2; }
span { border-color: rgb(159,180,242); }
td.TdClassName
{
border-color: #9FB4F2;
}
.TagClassName
{
border-color: #9FB4F2;
}
</style>