#9EAAED

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

Shades of Perano #9EAAED

Tints of Perano #9EAAED

Color information

#9EAAED (or 0x9EAAED) is unknown color: approx Perano. HEX triplet: 9E, AA and ED. RGB value is (158,170,237). Sum of RGB (Red+Green+Blue) = 158+170+237=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAED is #615512. Grayscale: #ADADAD. Windows color (decimal): -6378771 or 15575710. OLE color: 15575710.

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

Color convert

RGB158170237-
CMYK0.330.2800.07
HSL230.89º68.7%77.45%-
HSV(B)230.89º33.33%92.94%-
XYZ43.7642.1385.95-
YUV174.05163.52116.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=27.96%
G=30.09%
B=41.95%

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
Decimal1581702370.330.2800.07230.8968.777.45
Hex9EAAED211C07e7454d
Octal236252355413407347105115
Binary1001111010101010111011011000011110001111110011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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