Shades of Perano #9FADF1
Tints of Perano #9FADF1
RGB
CMYK
RGB Variations
Color information
#9FADF1 (or 0x9FADF1) is known color: Perano. HEX triplet: 9F, AD and F1. RGB value is (159,173,241). Sum of RGB (Red+Green+Blue) = 159+173+241=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADF1 is #60520E. Grayscale: #B0B0B0. Windows color (decimal): -6312463 or 15838623. OLE color: 15838623.
HSL color Cylindrical-coordinate representation of color #9FADF1: hue angle of 229.76º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FADF1 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 173 | 241 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.05 |
| HSL | 229.76º | 0.75% | 0.78% | - |
| HSV(B) | 229.76º | 0.34% | 0.95% | - |
| XYZ | 45.12 | 43.61 | 89.26 | - |
| YUV | 176.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 241 | 0.34 | 0.28 | 0 | 0.05 | 229.76 | 0.75 | 0.78 |
| Hex | 9F | AD | F1 | 22 | 1C | 0 | 5 | E6 | 4B | 4E |
| Octal | 237 | 255 | 361 | 42 | 34 | 0 | 5 | 346 | 113 | 116 |
| Binary | 10011111 | 10101101 | 11110001 | 100010 | 11100 | 0 | 101 | 11100110 | 1001011 | 1001110 |
Color Harmonies of #9FADF1
Complementary color
Monochromatic Colors of #9FADF1
Black with #9FADF1
Text Example
Text Example
White with #9FADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADF1; }
p { color: rgb(159,173,241); }
H1.HeaderClassName
{
color: #9FADF1;
}
.AnyTagClassName
{
color: #9FADF1;
}
</style>
background-color css
<style>
a { background-color: #9FADF1; }
a { background-color: rgb(159,173,241); }
div.DivClassName
{
background-color: #9FADF1;
}
.BgClassName
{
background-color: #9FADF1;
}
</style>
border-color css
<style>
span { border-color: #9FADF1; }
span { border-color: rgb(159,173,241); }
td.TdClassName
{
border-color: #9FADF1;
}
.TagClassName
{
border-color: #9FADF1;
}
</style>