#94ACEA

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

Shades of Perano #94ACEA

Tints of Perano #94ACEA

Color information

#94ACEA (or 0x94ACEA) is unknown color: approx Perano. HEX triplet: 94, AC and EA. RGB value is (148,172,234). Sum of RGB (Red+Green+Blue) = 148+172+234=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #94ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACEA is #6B5315. Grayscale: #ABABAB. Windows color (decimal): -7033622 or 15379604. OLE color: 15379604.

HSL color Cylindrical-coordinate representation of color #94ACEA: hue angle of 223.26º 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 #94ACEA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148172234-
CMYK0.370.2600.08
HSL223.26º67.19%74.9%-
HSV(B)223.26º36.75%91.76%-
XYZ41.8241.7483.69-
YUV171.89163.05110.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=26.71%
G=31.05%
B=42.24%

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
Decimal1481722340.370.2600.08223.2667.1974.9
Hex94ACEA251A08df434b
Octal2242543524532010337103113
Binary10010100101011001110101010010111010010001101111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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