#9EABED

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

Shades of Perano #9EABED

Tints of Perano #9EABED

Color information

#9EABED (or 0x9EABED) is unknown color: approx Perano. HEX triplet: 9E, AB and ED. RGB value is (158,171,237). Sum of RGB (Red+Green+Blue) = 158+171+237=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABED is #615412. Grayscale: #AEAEAE. Windows color (decimal): -6378515 or 15575966. OLE color: 15575966.

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

Color convert

RGB158171237-
CMYK0.330.2800.07
HSL230.13º68.7%77.45%-
HSV(B)230.13º33.33%92.94%-
XYZ43.9542.5186.01-
YUV174.64163.19116.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.92%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=27.92%
G=30.21%
B=41.87%

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
Decimal1581712370.330.2800.07230.1368.777.45
Hex9EABED211C07e6454d
Octal236253355413407346105115
Binary1001111010101011111011011000011110001111110011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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