#9EA8EC

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

Shades of Perano #9EA8EC

Tints of Perano #9EA8EC

Color information

#9EA8EC (or 0x9EA8EC) is unknown color: approx Perano. HEX triplet: 9E, A8 and EC. RGB value is (158,168,236). Sum of RGB (Red+Green+Blue) = 158+168+236=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EA8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA8EC is #615713. Grayscale: #ACACAC. Windows color (decimal): -6379284 or 15509662. OLE color: 15509662.

HSL color Cylindrical-coordinate representation of color #9EA8EC: hue angle of 232.31º 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 #9EA8EC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158168236-
CMYK0.330.2900.07
HSL232.31º67.24%77.25%-
HSV(B)232.31º33.05%92.55%-
XYZ43.2441.3385.06-
YUV172.76163.69117.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.11%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=28.11%
G=29.89%
B=41.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581682360.330.2900.07232.3167.2477.25
Hex9EA8EC211D07e8434d
Octal236250354413507350103115
Binary1001111010101000111011001000011110101111110100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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