Shades of Perano #9FB3EF
Tints of Perano #9FB3EF
RGB
CMYK
RGB Variations
Color information
#9FB3EF (or 0x9FB3EF) is known color: Perano. HEX triplet: 9F, B3 and EF. RGB value is (159,179,239). Sum of RGB (Red+Green+Blue) = 159+179+239=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB3EF is #604C10. Grayscale: #B3B3B3. Windows color (decimal): -6310929 or 15709087. OLE color: 15709087.
HSL color Cylindrical-coordinate representation of color #9FB3EF: hue angle of 225º 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 #9FB3EF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 179 | 239 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.06 |
| HSL | 225º | 0.71% | 0.78% | - |
| HSV(B) | 225º | 0.33% | 0.94% | - |
| XYZ | 46 | 45.84 | 88.09 | - |
| YUV | 179.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 239 | 0.33 | 0.25 | 0 | 0.06 | 225 | 0.71 | 0.78 |
| Hex | 9F | B3 | EF | 21 | 19 | 0 | 6 | E1 | 47 | 4E |
| Octal | 237 | 263 | 357 | 41 | 31 | 0 | 6 | 341 | 107 | 116 |
| Binary | 10011111 | 10110011 | 11101111 | 100001 | 11001 | 0 | 110 | 11100001 | 1000111 | 1001110 |
Color Harmonies of #9FB3EF
Complementary color
Monochromatic Colors of #9FB3EF
Black with #9FB3EF
Text Example
Text Example
White with #9FB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3EF; }
p { color: rgb(159,179,239); }
H1.HeaderClassName
{
color: #9FB3EF;
}
.AnyTagClassName
{
color: #9FB3EF;
}
</style>
background-color css
<style>
a { background-color: #9FB3EF; }
a { background-color: rgb(159,179,239); }
div.DivClassName
{
background-color: #9FB3EF;
}
.BgClassName
{
background-color: #9FB3EF;
}
</style>
border-color css
<style>
span { border-color: #9FB3EF; }
span { border-color: rgb(159,179,239); }
td.TdClassName
{
border-color: #9FB3EF;
}
.TagClassName
{
border-color: #9FB3EF;
}
</style>