#9EACED

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

Shades of Perano #9EACED

Tints of Perano #9EACED

Color information

#9EACED (or 0x9EACED) is unknown color: approx Perano. HEX triplet: 9E, AC and ED. RGB value is (158,172,237). Sum of RGB (Red+Green+Blue) = 158+172+237=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACED is #615312. Grayscale: #AEAEAE. Windows color (decimal): -6378259 or 15576222. OLE color: 15576222.

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

Color convert

RGB158172237-
CMYK0.330.2700.07
HSL229.37º68.7%77.45%-
HSV(B)229.37º33.33%92.94%-
XYZ44.1442.8986.07-
YUV175.22162.86115.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.87%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=27.87%
G=30.34%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581722370.330.2700.07229.3768.777.45
Hex9EACED211B07e5454d
Octal236254355413307345105115
Binary1001111010101100111011011000011101101111110010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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