#93ACEA

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

Shades of Perano #93ACEA

Tints of Perano #93ACEA

Color information

#93ACEA (or 0x93ACEA) is unknown color: approx Perano. HEX triplet: 93, AC and EA. RGB value is (147,172,234). Sum of RGB (Red+Green+Blue) = 147+172+234=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #93ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ACEA is #6C5315. Grayscale: #ABABAB. Windows color (decimal): -7099158 or 15379603. OLE color: 15379603.

HSL color Cylindrical-coordinate representation of color #93ACEA: hue angle of 222.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93ACEA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147172234-
CMYK0.370.2600.08
HSL222.76º67.44%74.71%-
HSV(B)222.76º37.18%91.76%-
XYZ41.6441.6583.69-
YUV171.59163.22110.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.58%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=26.58%
G=31.10%
B=42.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471722340.370.2600.08222.7667.4474.71
Hex93ACEA251A08df434b
Octal2232543524532010337103113
Binary10010011101011001110101010010111010010001101111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93ACEA; }

 p { color: rgb(147,172,234); }

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

<style>
 a { background-color: #93ACEA; }

 a { background-color: rgb(147,172,234); }

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

<style>
 span { border-color: #93ACEA; }

 span { border-color: rgb(147,172,234); }

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