Shades of Perano #9EAAFE
Tints of Perano #9EAAFE
RGB
CMYK
RGB Variations
Color information
#9EAAFE (or 0x9EAAFE) is known color: Perano. HEX triplet: 9E, AA and FE. RGB value is (158,170,254). Sum of RGB (Red+Green+Blue) = 158+170+254=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAFE is #615501. Grayscale: #AFAFAF. Windows color (decimal): -6378754 or 16689822. OLE color: 16689822.
HSL color Cylindrical-coordinate representation of color #9EAAFE: hue angle of 232.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EAAFE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 170 | 254 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.00 |
| HSL | 232.5º | 0.98% | 0.81% | - |
| HSV(B) | 232.5º | 0.38% | 1% | - |
| XYZ | 46.36 | 43.17 | 99.66 | - |
| YUV | 175.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 254 | 0.38 | 0.33 | 0 | 0.00 | 232.5 | 0.98 | 0.81 |
| Hex | 9E | AA | FE | 26 | 21 | 0 | 0 | E8 | 62 | 51 |
| Octal | 236 | 252 | 376 | 46 | 41 | 0 | 0 | 350 | 142 | 121 |
| Binary | 10011110 | 10101010 | 11111110 | 100110 | 100001 | 0 | 0 | 11101000 | 1100010 | 1010001 |
Color Harmonies of #9EAAFE
Complementary color
Monochromatic Colors of #9EAAFE
Black with #9EAAFE
Text Example
Text Example
White with #9EAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAAFE; }
p { color: rgb(158,170,254); }
H1.HeaderClassName
{
color: #9EAAFE;
}
.AnyTagClassName
{
color: #9EAAFE;
}
</style>
background-color css
<style>
a { background-color: #9EAAFE; }
a { background-color: rgb(158,170,254); }
div.DivClassName
{
background-color: #9EAAFE;
}
.BgClassName
{
background-color: #9EAAFE;
}
</style>
border-color css
<style>
span { border-color: #9EAAFE; }
span { border-color: rgb(158,170,254); }
td.TdClassName
{
border-color: #9EAAFE;
}
.TagClassName
{
border-color: #9EAAFE;
}
</style>