Shades of Perano #9FACE0
Tints of Perano #9FACE0
RGB
CMYK
RGB Variations
Color information
#9FACE0 (or 0x9FACE0) is known color: Perano. HEX triplet: 9F, AC and E0. RGB value is (159,172,224). Sum of RGB (Red+Green+Blue) = 159+172+224=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACE0 is #60531F. Grayscale: #ADADAD. Windows color (decimal): -6312736 or 14724255. OLE color: 14724255.
HSL color Cylindrical-coordinate representation of color #9FACE0: hue angle of 228º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FACE0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 172 | 224 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.12 |
| HSL | 228º | 0.51% | 0.75% | - |
| HSV(B) | 228º | 0.29% | 0.88% | - |
| XYZ | 42.51 | 42.26 | 76.44 | - |
| YUV | 174.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 224 | 0.29 | 0.23 | 0 | 0.12 | 228 | 0.51 | 0.75 |
| Hex | 9F | AC | E0 | 1D | 17 | 0 | C | E4 | 33 | 4B |
| Octal | 237 | 254 | 340 | 35 | 27 | 0 | 14 | 344 | 63 | 113 |
| Binary | 10011111 | 10101100 | 11100000 | 11101 | 10111 | 0 | 1100 | 11100100 | 110011 | 1001011 |
Color Harmonies of #9FACE0
Complementary color
Monochromatic Colors of #9FACE0
Black with #9FACE0
Text Example
Text Example
White with #9FACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACE0; }
p { color: rgb(159,172,224); }
H1.HeaderClassName
{
color: #9FACE0;
}
.AnyTagClassName
{
color: #9FACE0;
}
</style>
background-color css
<style>
a { background-color: #9FACE0; }
a { background-color: rgb(159,172,224); }
div.DivClassName
{
background-color: #9FACE0;
}
.BgClassName
{
background-color: #9FACE0;
}
</style>
border-color css
<style>
span { border-color: #9FACE0; }
span { border-color: rgb(159,172,224); }
td.TdClassName
{
border-color: #9FACE0;
}
.TagClassName
{
border-color: #9FACE0;
}
</style>