#9EAEEC

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

Shades of Perano #9EAEEC

Tints of Perano #9EAEEC

Color information

#9EAEEC (or 0x9EAEEC) is unknown color: approx Perano. HEX triplet: 9E, AE and EC. RGB value is (158,174,236). Sum of RGB (Red+Green+Blue) = 158+174+236=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEEC is #615113. Grayscale: #B0B0B0. Windows color (decimal): -6377748 or 15511198. OLE color: 15511198.

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

Color convert

RGB158174236-
CMYK0.330.2600.07
HSL227.69º67.24%77.25%-
HSV(B)227.69º33.05%92.55%-
XYZ44.3843.685.43-
YUV176.28161.7114.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=27.82%
G=30.63%
B=41.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581742360.330.2600.07227.6967.2477.25
Hex9EAEEC211A07e4434d
Octal236256354413207344103115
Binary1001111010101110111011001000011101001111110010010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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