Shades of Perano #9FAAEC
Tints of Perano #9FAAEC
RGB
CMYK
RGB Variations
Color information
#9FAAEC (or 0x9FAAEC) is known color: Perano. HEX triplet: 9F, AA and EC. RGB value is (159,170,236). Sum of RGB (Red+Green+Blue) = 159+170+236=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAEC is #605513. Grayscale: #ADADAD. Windows color (decimal): -6313236 or 15510175. OLE color: 15510175.
HSL color Cylindrical-coordinate representation of color #9FAAEC: hue angle of 231.43º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FAAEC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 170 | 236 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.07 |
| HSL | 231.43º | 0.67% | 0.77% | - |
| HSV(B) | 231.43º | 0.33% | 0.93% | - |
| XYZ | 43.81 | 42.18 | 85.19 | - |
| YUV | 174.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 236 | 0.33 | 0.28 | 0 | 0.07 | 231.43 | 0.67 | 0.77 |
| Hex | 9F | AA | EC | 21 | 1C | 0 | 7 | E7 | 43 | 4D |
| Octal | 237 | 252 | 354 | 41 | 34 | 0 | 7 | 347 | 103 | 115 |
| Binary | 10011111 | 10101010 | 11101100 | 100001 | 11100 | 0 | 111 | 11100111 | 1000011 | 1001101 |
Color Harmonies of #9FAAEC
Complementary color
Monochromatic Colors of #9FAAEC
Black with #9FAAEC
Text Example
Text Example
White with #9FAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAEC; }
p { color: rgb(159,170,236); }
H1.HeaderClassName
{
color: #9FAAEC;
}
.AnyTagClassName
{
color: #9FAAEC;
}
</style>
background-color css
<style>
a { background-color: #9FAAEC; }
a { background-color: rgb(159,170,236); }
div.DivClassName
{
background-color: #9FAAEC;
}
.BgClassName
{
background-color: #9FAAEC;
}
</style>
border-color css
<style>
span { border-color: #9FAAEC; }
span { border-color: rgb(159,170,236); }
td.TdClassName
{
border-color: #9FAAEC;
}
.TagClassName
{
border-color: #9FAAEC;
}
</style>