#95ACEA

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

Shades of Perano #95ACEA

Tints of Perano #95ACEA

Color information

#95ACEA (or 0x95ACEA) is unknown color: approx Perano. HEX triplet: 95, AC and EA. RGB value is (149,172,234). Sum of RGB (Red+Green+Blue) = 149+172+234=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #95ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACEA is #6A5315. Grayscale: #ABABAB. Windows color (decimal): -6968086 or 15379605. OLE color: 15379605.

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

Color convert

RGB149172234-
CMYK0.360.2600.08
HSL223.76º66.93%75.1%-
HSV(B)223.76º36.32%91.76%-
XYZ4241.8483.7-
YUV172.19162.88111.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=26.85%
G=30.99%
B=42.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491722340.360.2600.08223.7666.9375.1
Hex95ACEA241A08e0434b
Octal2252543524432010340103113
Binary10010101101011001110101010010011010010001110000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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