#9EACEB

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

Shades of Perano #9EACEB

Tints of Perano #9EACEB

Color information

#9EACEB (or 0x9EACEB) is unknown color: approx Perano. HEX triplet: 9E, AC and EB. RGB value is (158,172,235). Sum of RGB (Red+Green+Blue) = 158+172+235=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACEB is #615314. Grayscale: #AEAEAE. Windows color (decimal): -6378261 or 15445150. OLE color: 15445150.

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

Color convert

RGB158172235-
CMYK0.330.2700.08
HSL229.09º65.81%77.06%-
HSV(B)229.09º32.77%92.16%-
XYZ43.8542.7784.54-
YUV175161.86115.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=27.96%
G=30.44%
B=41.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581722350.330.2700.08229.0965.8177.06
Hex9EACEB211B08e5424d
Octal2362543534133010345102115
Binary10011110101011001110101110000111011010001110010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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