Shades of Perano #9FADFE
Tints of Perano #9FADFE
RGB
CMYK
RGB Variations
Color information
#9FADFE (or 0x9FADFE) is known color: Perano. HEX triplet: 9F, AD and FE. RGB value is (159,173,254). Sum of RGB (Red+Green+Blue) = 159+173+254=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADFE is #605201. Grayscale: #B1B1B1. Windows color (decimal): -6312450 or 16690591. OLE color: 16690591.
HSL color Cylindrical-coordinate representation of color #9FADFE: hue angle of 231.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FADFE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 173 | 254 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.00 |
| HSL | 231.16º | 0.98% | 0.81% | - |
| HSV(B) | 231.16º | 0.37% | 1% | - |
| XYZ | 47.13 | 44.41 | 99.85 | - |
| YUV | 178.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 254 | 0.37 | 0.32 | 0 | 0.00 | 231.16 | 0.98 | 0.81 |
| Hex | 9F | AD | FE | 25 | 20 | 0 | 0 | E7 | 62 | 51 |
| Octal | 237 | 255 | 376 | 45 | 40 | 0 | 0 | 347 | 142 | 121 |
| Binary | 10011111 | 10101101 | 11111110 | 100101 | 100000 | 0 | 0 | 11100111 | 1100010 | 1010001 |
Color Harmonies of #9FADFE
Complementary color
Monochromatic Colors of #9FADFE
Black with #9FADFE
Text Example
Text Example
White with #9FADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADFE; }
p { color: rgb(159,173,254); }
H1.HeaderClassName
{
color: #9FADFE;
}
.AnyTagClassName
{
color: #9FADFE;
}
</style>
background-color css
<style>
a { background-color: #9FADFE; }
a { background-color: rgb(159,173,254); }
div.DivClassName
{
background-color: #9FADFE;
}
.BgClassName
{
background-color: #9FADFE;
}
</style>
border-color css
<style>
span { border-color: #9FADFE; }
span { border-color: rgb(159,173,254); }
td.TdClassName
{
border-color: #9FADFE;
}
.TagClassName
{
border-color: #9FADFE;
}
</style>