#97ABEC

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

Shades of Perano #97ABEC

Tints of Perano #97ABEC

Color information

#97ABEC (or 0x97ABEC) is unknown color: approx Perano. HEX triplet: 97, AB and EC. RGB value is (151,171,236). Sum of RGB (Red+Green+Blue) = 151+171+236=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #97ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ABEC is #685413. Grayscale: #ACACAC. Windows color (decimal): -6837268 or 15510423. OLE color: 15510423.

HSL color Cylindrical-coordinate representation of color #97ABEC: hue angle of 225.88º 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 #97ABEC is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151171236-
CMYK0.360.2800.07
HSL225.88º69.11%75.88%-
HSV(B)225.88º36.02%92.55%-
XYZ42.4741.7685.18-
YUV172.43163.87112.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=27.06%
G=30.65%
B=42.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511712360.360.2800.07225.8869.1175.88
Hex97ABEC241C07e2454c
Octal227253354443407342105114
Binary1001011110101011111011001001001110001111110001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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