Shades of Perano #9EAFE9
Tints of Perano #9EAFE9
RGB
CMYK
RGB Variations
Color information
#9EAFE9 (or 0x9EAFE9) is known color: Perano. HEX triplet: 9E, AF and E9. RGB value is (158,175,233). Sum of RGB (Red+Green+Blue) = 158+175+233=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #9EAFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFE9 is #615016. Grayscale: #B0B0B0. Windows color (decimal): -6377495 or 15314846. OLE color: 15314846.
HSL color Cylindrical-coordinate representation of color #9EAFE9: hue angle of 226.4º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EAFE9 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 175 | 233 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.09 |
| HSL | 226.4º | 0.63% | 0.77% | - |
| HSV(B) | 226.4º | 0.32% | 0.91% | - |
| XYZ | 44.14 | 43.81 | 83.22 | - |
| YUV | 176.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 233 | 0.32 | 0.25 | 0 | 0.09 | 226.4 | 0.63 | 0.77 |
| Hex | 9E | AF | E9 | 20 | 19 | 0 | 9 | E2 | 3F | 4D |
| Octal | 236 | 257 | 351 | 40 | 31 | 0 | 11 | 342 | 77 | 115 |
| Binary | 10011110 | 10101111 | 11101001 | 100000 | 11001 | 0 | 1001 | 11100010 | 111111 | 1001101 |
Color Harmonies of #9EAFE9
Complementary color
Monochromatic Colors of #9EAFE9
Black with #9EAFE9
Text Example
Text Example
White with #9EAFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFE9; }
p { color: rgb(158,175,233); }
H1.HeaderClassName
{
color: #9EAFE9;
}
.AnyTagClassName
{
color: #9EAFE9;
}
</style>
background-color css
<style>
a { background-color: #9EAFE9; }
a { background-color: rgb(158,175,233); }
div.DivClassName
{
background-color: #9EAFE9;
}
.BgClassName
{
background-color: #9EAFE9;
}
</style>
border-color css
<style>
span { border-color: #9EAFE9; }
span { border-color: rgb(158,175,233); }
td.TdClassName
{
border-color: #9EAFE9;
}
.TagClassName
{
border-color: #9EAFE9;
}
</style>