#9EAEEB

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

Shades of Perano #9EAEEB

Tints of Perano #9EAEEB

Color information

#9EAEEB (or 0x9EAEEB) is unknown color: approx Perano. HEX triplet: 9E, AE and EB. RGB value is (158,174,235). Sum of RGB (Red+Green+Blue) = 158+174+235=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEEB is #615114. Grayscale: #AFAFAF. Windows color (decimal): -6377749 or 15445662. OLE color: 15445662.

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

Color convert

RGB158174235-
CMYK0.330.2600.08
HSL227.53º65.81%77.06%-
HSV(B)227.53º32.77%92.16%-
XYZ44.2343.5484.67-
YUV176.17161.2115.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.87%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=27.87%
G=30.69%
B=41.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581742350.330.2600.08227.5365.8177.06
Hex9EAEEB211A08e4424d
Octal2362563534132010344102115
Binary10011110101011101110101110000111010010001110010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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