#97ACEC

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

Shades of Perano #97ACEC

Tints of Perano #97ACEC

Color information

#97ACEC (or 0x97ACEC) is unknown color: approx Perano. HEX triplet: 97, AC and EC. RGB value is (151,172,236). Sum of RGB (Red+Green+Blue) = 151+172+236=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #97ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACEC is #685313. Grayscale: #ACACAC. Windows color (decimal): -6837012 or 15510679. OLE color: 15510679.

HSL color Cylindrical-coordinate representation of color #97ACEC: hue angle of 225.18º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97ACEC is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151172236-
CMYK0.360.2700.07
HSL225.18º69.11%75.88%-
HSV(B)225.18º36.02%92.55%-
XYZ42.6642.1485.24-
YUV173.02163.54112.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=27.01%
G=30.77%
B=42.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511722360.360.2700.07225.1869.1175.88
Hex97ACEC241B07e1454c
Octal227254354443307341105114
Binary1001011110101100111011001001001101101111110000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ACEC; }

 p { color: rgb(151,172,236); }

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

<style>
 a { background-color: #97ACEC; }

 a { background-color: rgb(151,172,236); }

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

<style>
 span { border-color: #97ACEC; }

 span { border-color: rgb(151,172,236); }

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