Shades of Perano #9FADEF
Tints of Perano #9FADEF
RGB
CMYK
RGB Variations
Color information
#9FADEF (or 0x9FADEF) is known color: Perano. HEX triplet: 9F, AD and EF. RGB value is (159,173,239). Sum of RGB (Red+Green+Blue) = 159+173+239=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADEF is #605210. Grayscale: #B0B0B0. Windows color (decimal): -6312465 or 15707551. OLE color: 15707551.
HSL color Cylindrical-coordinate representation of color #9FADEF: hue angle of 229.5º 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 #9FADEF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 173 | 239 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.06 |
| HSL | 229.5º | 0.71% | 0.78% | - |
| HSV(B) | 229.5º | 0.33% | 0.94% | - |
| XYZ | 44.82 | 43.49 | 87.69 | - |
| YUV | 176.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 239 | 0.33 | 0.28 | 0 | 0.06 | 229.5 | 0.71 | 0.78 |
| Hex | 9F | AD | EF | 21 | 1C | 0 | 6 | E6 | 47 | 4E |
| Octal | 237 | 255 | 357 | 41 | 34 | 0 | 6 | 346 | 107 | 116 |
| Binary | 10011111 | 10101101 | 11101111 | 100001 | 11100 | 0 | 110 | 11100110 | 1000111 | 1001110 |
Color Harmonies of #9FADEF
Complementary color
Monochromatic Colors of #9FADEF
Black with #9FADEF
Text Example
Text Example
White with #9FADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADEF; }
p { color: rgb(159,173,239); }
H1.HeaderClassName
{
color: #9FADEF;
}
.AnyTagClassName
{
color: #9FADEF;
}
</style>
background-color css
<style>
a { background-color: #9FADEF; }
a { background-color: rgb(159,173,239); }
div.DivClassName
{
background-color: #9FADEF;
}
.BgClassName
{
background-color: #9FADEF;
}
</style>
border-color css
<style>
span { border-color: #9FADEF; }
span { border-color: rgb(159,173,239); }
td.TdClassName
{
border-color: #9FADEF;
}
.TagClassName
{
border-color: #9FADEF;
}
</style>