Shades of Perano #9FAFE0
Tints of Perano #9FAFE0
RGB
CMYK
RGB Variations
Color information
#9FAFE0 (or 0x9FAFE0) is known color: Perano. HEX triplet: 9F, AF and E0. RGB value is (159,175,224). Sum of RGB (Red+Green+Blue) = 159+175+224=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFE0 is #60501F. Grayscale: #AFAFAF. Windows color (decimal): -6311968 or 14725023. OLE color: 14725023.
HSL color Cylindrical-coordinate representation of color #9FAFE0: hue angle of 225.23º 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 #9FAFE0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 175 | 224 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.12 |
| HSL | 225.23º | 0.51% | 0.75% | - |
| HSV(B) | 225.23º | 0.29% | 0.88% | - |
| XYZ | 43.08 | 43.41 | 76.63 | - |
| YUV | 175.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 224 | 0.29 | 0.22 | 0 | 0.12 | 225.23 | 0.51 | 0.75 |
| Hex | 9F | AF | E0 | 1D | 16 | 0 | C | E1 | 33 | 4B |
| Octal | 237 | 257 | 340 | 35 | 26 | 0 | 14 | 341 | 63 | 113 |
| Binary | 10011111 | 10101111 | 11100000 | 11101 | 10110 | 0 | 1100 | 11100001 | 110011 | 1001011 |
Color Harmonies of #9FAFE0
Complementary color
Monochromatic Colors of #9FAFE0
Black with #9FAFE0
Text Example
Text Example
White with #9FAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFE0; }
p { color: rgb(159,175,224); }
H1.HeaderClassName
{
color: #9FAFE0;
}
.AnyTagClassName
{
color: #9FAFE0;
}
</style>
background-color css
<style>
a { background-color: #9FAFE0; }
a { background-color: rgb(159,175,224); }
div.DivClassName
{
background-color: #9FAFE0;
}
.BgClassName
{
background-color: #9FAFE0;
}
</style>
border-color css
<style>
span { border-color: #9FAFE0; }
span { border-color: rgb(159,175,224); }
td.TdClassName
{
border-color: #9FAFE0;
}
.TagClassName
{
border-color: #9FAFE0;
}
</style>