#9EAAEC

Color #9EAAEC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9EAAEC

Tints of Perano #9EAAEC

Color information

#9EAAEC (or 0x9EAAEC) is unknown color: approx Perano. HEX triplet: 9E, AA and EC. RGB value is (158,170,236). Sum of RGB (Red+Green+Blue) = 158+170+236=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAEC is #615513. Grayscale: #ADADAD. Windows color (decimal): -6378772 or 15510174. OLE color: 15510174.

HSL color Cylindrical-coordinate representation of color #9EAAEC: hue angle of 230.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EAAEC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158170236-
CMYK0.330.2800.07
HSL230.77º67.24%77.25%-
HSV(B)230.77º33.05%92.55%-
XYZ43.6242.0785.18-
YUV173.94163.02116.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 28.01%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=28.01%
G=30.14%
B=41.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581702360.330.2800.07230.7767.2477.25
Hex9EAAEC211C07e7434d
Octal236252354413407347103115
Binary1001111010101010111011001000011110001111110011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAAEC; }

 p { color: rgb(158,170,236); }

 H1.HeaderClassName
 {
   color: #9EAAEC;
 }
 .AnyTagClassName
 {
   color: #9EAAEC;
 }
</style>
background-color css

<style>
 a { background-color: #9EAAEC; }

 a { background-color: rgb(158,170,236); }

 div.DivClassName
 {
   background-color: #9EAAEC;
 }
 .BgClassName
 {
   background-color: #9EAAEC;
 }
</style>
border-color css

<style>
 span { border-color: #9EAAEC; }

 span { border-color: rgb(158,170,236); }

 td.TdClassName
 {
   border-color: #9EAAEC;
 }
 .TagClassName
 {
   border-color: #9EAAEC;
 }
</style>