Shades of Perano #9EAAFF
Tints of Perano #9EAAFF
RGB
CMYK
RGB Variations
Color information
#9EAAFF (or 0x9EAAFF) is known color: Perano. HEX triplet: 9E, AA and FF. RGB value is (158,170,255). Sum of RGB (Red+Green+Blue) = 158+170+255=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAFF is #615500. Grayscale: #AFAFAF. Windows color (decimal): -6378753 or 16755358. OLE color: 16755358.
HSL color Cylindrical-coordinate representation of color #9EAAFF: hue angle of 232.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EAAFF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 170 | 255 | - |
| CMYK | 0.38 | 0.33 | 0 | 0 |
| HSL | 232.58º | 1% | 0.81% | - |
| HSV(B) | 232.58º | 0.38% | 1% | - |
| XYZ | 46.53 | 43.24 | 100.5 | - |
| YUV | 176.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 255 | 0.38 | 0.33 | 0 | 0 | 232.58 | 1 | 0.81 |
| Hex | 9E | AA | FF | 26 | 21 | 0 | 0 | E9 | 64 | 51 |
| Octal | 236 | 252 | 377 | 46 | 41 | 0 | 0 | 351 | 144 | 121 |
| Binary | 10011110 | 10101010 | 11111111 | 100110 | 100001 | 0 | 0 | 11101001 | 1100100 | 1010001 |
Color Harmonies of #9EAAFF
Complementary color
Monochromatic Colors of #9EAAFF
Black with #9EAAFF
Text Example
Text Example
White with #9EAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAAFF; }
p { color: rgb(158,170,255); }
H1.HeaderClassName
{
color: #9EAAFF;
}
.AnyTagClassName
{
color: #9EAAFF;
}
</style>
background-color css
<style>
a { background-color: #9EAAFF; }
a { background-color: rgb(158,170,255); }
div.DivClassName
{
background-color: #9EAAFF;
}
.BgClassName
{
background-color: #9EAAFF;
}
</style>
border-color css
<style>
span { border-color: #9EAAFF; }
span { border-color: rgb(158,170,255); }
td.TdClassName
{
border-color: #9EAAFF;
}
.TagClassName
{
border-color: #9EAAFF;
}
</style>