Shades of Perano #9FADE8
Tints of Perano #9FADE8
RGB
CMYK
RGB Variations
Color information
#9FADE8 (or 0x9FADE8) is known color: Perano. HEX triplet: 9F, AD and E8. RGB value is (159,173,232). Sum of RGB (Red+Green+Blue) = 159+173+232=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FADE8 is #605217. Grayscale: #AFAFAF. Windows color (decimal): -6312472 or 15248799. OLE color: 15248799.
HSL color Cylindrical-coordinate representation of color #9FADE8: hue angle of 228.49º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FADE8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 173 | 232 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.09 |
| HSL | 228.49º | 0.61% | 0.77% | - |
| HSV(B) | 228.49º | 0.31% | 0.91% | - |
| XYZ | 43.81 | 43.08 | 82.35 | - |
| YUV | 175.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 232 | 0.31 | 0.25 | 0 | 0.09 | 228.49 | 0.61 | 0.77 |
| Hex | 9F | AD | E8 | 1F | 19 | 0 | 9 | E4 | 3D | 4D |
| Octal | 237 | 255 | 350 | 37 | 31 | 0 | 11 | 344 | 75 | 115 |
| Binary | 10011111 | 10101101 | 11101000 | 11111 | 11001 | 0 | 1001 | 11100100 | 111101 | 1001101 |
Color Harmonies of #9FADE8
Complementary color
Monochromatic Colors of #9FADE8
Black with #9FADE8
Text Example
Text Example
White with #9FADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADE8; }
p { color: rgb(159,173,232); }
H1.HeaderClassName
{
color: #9FADE8;
}
.AnyTagClassName
{
color: #9FADE8;
}
</style>
background-color css
<style>
a { background-color: #9FADE8; }
a { background-color: rgb(159,173,232); }
div.DivClassName
{
background-color: #9FADE8;
}
.BgClassName
{
background-color: #9FADE8;
}
</style>
border-color css
<style>
span { border-color: #9FADE8; }
span { border-color: rgb(159,173,232); }
td.TdClassName
{
border-color: #9FADE8;
}
.TagClassName
{
border-color: #9FADE8;
}
</style>