#9EAAEA

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

Shades of Perano #9EAAEA

Tints of Perano #9EAAEA

Color information

#9EAAEA (or 0x9EAAEA) is unknown color: approx Perano. HEX triplet: 9E, AA and EA. RGB value is (158,170,234). Sum of RGB (Red+Green+Blue) = 158+170+234=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAEA is #615515. Grayscale: #ADADAD. Windows color (decimal): -6378774 or 15379102. OLE color: 15379102.

HSL color Cylindrical-coordinate representation of color #9EAAEA: hue angle of 230.53º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EAAEA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158170234-
CMYK0.320.2700.08
HSL230.53º64.41%76.86%-
HSV(B)230.53º32.48%91.76%-
XYZ43.3341.9683.66-
YUV173.71162.02116.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.11%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=28.11%
G=30.25%
B=41.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581702340.320.2700.08230.5364.4176.86
Hex9EAAEA201B08e7404d
Octal2362523524033010347100115
Binary10011110101010101110101010000011011010001110011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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